﻿<?xml version="1.0" encoding="utf-8"?>
<doc>
  <assembly>
    <name>DevExpress.XtraReports.v23.1.Web.Azure</name>
  </assembly>
  <members>
    <member name="N:DevExpress.XtraReports.Web.Azure.ReportDesigner">
      <summary>
        <para>Contains classes that enable you to host the <see href="https://docs.devexpress.com/XtraReports/17103/web-reporting/asp-net-webforms-reporting/end-user-report-designer-in-asp-net-web-forms-reporting">End-User Report Designer for ASP.NET</see> on <see href="https://docs.devexpress.com/XtraReports/10769/web-reporting/general-information-on-web-reporting/microsoft-azure-reporting">Microsoft Azure</see>.</para>
      </summary>
    </member>
    <member name="T:DevExpress.XtraReports.Web.Azure.ReportDesigner.AzureReportDesignerContainer">
      <summary>
        <para>Enables the <see href="https://docs.devexpress.com/XtraReports/17103/web-reporting/asp-net-webforms-reporting/end-user-report-designer-in-asp-net-web-forms-reporting">Web Report Designer</see> to store information about data connections in an Azure Table storage.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraReports.Web.Azure.ReportDesigner.AzureReportDesignerContainer.UseAzureEnvironment(System.String)">
      <summary>
        <para>Enables the <see href="https://docs.devexpress.com/XtraReports/17103/web-reporting/asp-net-webforms-reporting/end-user-report-designer-in-asp-net-web-forms-reporting">Web Report Designer</see> to store information about data connections in an Azure Table storage.</para>
      </summary>
      <param name="cloudStorageConnectionString">A <see cref="T:System.String"/> value, specifying the connection to Azure Cloud Storage.</param>
    </member>
    <member name="N:DevExpress.XtraReports.Web.Azure.WebDocumentViewer">
      <summary>
        <para>Contains classes that enable you to host the <see href="https://docs.devexpress.com/XtraReports/17738/web-reporting/asp-net-webforms-reporting/document-viewer-in-asp-net-web-forms-reporting">HTML5 Document Viewer</see> on <see href="https://docs.devexpress.com/XtraReports/10769/web-reporting/general-information-on-web-reporting/microsoft-azure-reporting">Microsoft Azure</see>.</para>
      </summary>
    </member>
    <member name="T:DevExpress.XtraReports.Web.Azure.WebDocumentViewer.AzureCacheCleanerSettings">
      <summary>
        <para>Provides settings to clear a cache for storing documents and reports on <see href="https://docs.devexpress.com/XtraReports/10769/web-reporting/general-information-on-web-reporting/microsoft-azure-reporting">Microsoft Azure</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraReports.Web.Azure.WebDocumentViewer.AzureCacheCleanerSettings.#ctor(System.TimeSpan,System.TimeSpan,System.TimeSpan,System.TimeSpan)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.XtraReports.Web.Azure.WebDocumentViewer.AzureCacheCleanerSettings"/> class with the specified settings.</para>
      </summary>
      <param name="dueTime">A <see cref="T:System.TimeSpan"/> structure, specifying the time interval after which to run the cache cleaner (starting from the moment when the Web Document Viewer was loaded).</param>
      <param name="period">A <see cref="T:System.TimeSpan"/> structure, specifying the period of time between each cleaning of the cache.</param>
      <param name="reportTimeToLive">A <see cref="T:System.TimeSpan"/> structure, specifying the lifetime of a report in the cache.</param>
      <param name="documentTimeToLive">A <see cref="T:System.TimeSpan"/> structure, specifying the lifetime of a report document in the cache.</param>
    </member>
    <member name="M:DevExpress.XtraReports.Web.Azure.WebDocumentViewer.AzureCacheCleanerSettings.CreateDefault">
      <summary>
        <para>Creates a new instance of the <see cref="T:DevExpress.XtraReports.Web.Azure.WebDocumentViewer.AzureCacheCleanerSettings"/> class with the default settings.</para>
      </summary>
      <returns>A <see cref="T:DevExpress.XtraReports.Web.Azure.WebDocumentViewer.AzureCacheCleanerSettings"/> object.</returns>
    </member>
    <member name="T:DevExpress.XtraReports.Web.Azure.WebDocumentViewer.AzureWebDocumentViewerContainer">
      <summary>
        <para>Enables the <see href="https://docs.devexpress.com/XtraReports/17738/web-reporting/asp-net-webforms-reporting/document-viewer-in-asp-net-web-forms-reporting">HTML5 Web Document Viewer</see> and <see href="https://docs.devexpress.com/XtraReports/17103/web-reporting/asp-net-webforms-reporting/end-user-report-designer-in-asp-net-web-forms-reporting">Web Report Designer</see> to run on <see href="https://docs.devexpress.com/XtraReports/10769/web-reporting/general-information-on-web-reporting/microsoft-azure-reporting">Microsoft Azure</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraReports.Web.Azure.WebDocumentViewer.AzureWebDocumentViewerContainer.UseAzureEnvironment(System.String,System.String)">
      <summary>
        <para>Enables the Web Document Viewer and Report Designer to run on Microsoft Azure.</para>
      </summary>
      <param name="cloudStorageConnectionString">A <see cref="T:System.String"/> value, specifying the connection to the Azure Cloud Storage.</param>
      <param name="serviceBusConnectionString">A System.String value, specifying the connection to the Azure Service Bus.</param>
    </member>
    <member name="M:DevExpress.XtraReports.Web.Azure.WebDocumentViewer.AzureWebDocumentViewerContainer.UseAzureEnvironment(System.String)">
      <summary>
        <para>Enables the Web Document Viewer and Report Designer to run on Microsoft Azure.</para>
      </summary>
      <param name="cloudStorageConnectionString">A <see cref="T:System.String"/> value, that specifies the connection to the Azure Cloud Storage.</param>
    </member>
    <member name="T:DevExpress.XtraReports.Web.Azure.WebDocumentViewer.IAzureBlobStorageService">
      <summary>
        <para>If implemented, provides an <see href="https://docs.devexpress.com/XtraReports/10769/web-reporting/general-information-on-web-reporting/microsoft-azure-reporting">Azure blob storage</see> customization service.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraReports.Web.Azure.WebDocumentViewer.IAzureBlobStorageService.GetCloudBlobClient">
      <summary>
        <para>If implemented, returns a cloud blob container instance used to create the required blob containers (if they have not yet been created).</para>
      </summary>
      <returns>A <see cref="T:Microsoft.Azure.Storage.Blob.CloudBlobClient"/> object.</returns>
    </member>
    <member name="M:DevExpress.XtraReports.Web.Azure.WebDocumentViewer.IAzureBlobStorageService.GetCommonBlobContainer">
      <summary>
        <para>If implemented, returns a cloud blob container instance where additional files should be saved (e.g., document images).</para>
      </summary>
      <returns>A <see cref="T:Microsoft.Azure.Storage.Blob.CloudBlobContainer"/> object.</returns>
    </member>
    <member name="M:DevExpress.XtraReports.Web.Azure.WebDocumentViewer.IAzureBlobStorageService.GetDocumentBlobContainer">
      <summary>
        <para>If implemented, returns a cloud blob container instance where generated report documents should be saved.</para>
      </summary>
      <returns>A <see cref="T:Microsoft.Azure.Storage.Blob.CloudBlobContainer"/> object.</returns>
    </member>
    <member name="M:DevExpress.XtraReports.Web.Azure.WebDocumentViewer.IAzureBlobStorageService.GetReportBlobContainer">
      <summary>
        <para>If implemented, returns a cloud blob container instance where report layouts should be saved.</para>
      </summary>
      <returns>A <see cref="T:Microsoft.Azure.Storage.Blob.CloudBlobContainer"/> object.</returns>
    </member>
    <member name="T:DevExpress.XtraReports.Web.Azure.WebDocumentViewer.IAzureServiceTableProvider">
      <summary>
        <para>If implemented, provides an <see href="https://docs.devexpress.com/XtraReports/10769/web-reporting/general-information-on-web-reporting/microsoft-azure-reporting">Azure table storage</see> customization service.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraReports.Web.Azure.WebDocumentViewer.IAzureServiceTableProvider.GetDocumentTable">
      <summary>
        <para>If implemented, returns a cloud table instance to store service information related to documents (newly created, as well as previously created ones).</para>
      </summary>
      <returns>A <see cref="T:Microsoft.Azure.Cosmos.Table.CloudTable"/> object.</returns>
    </member>
    <member name="M:DevExpress.XtraReports.Web.Azure.WebDocumentViewer.IAzureServiceTableProvider.GetReportTable">
      <summary>
        <para>If implemented, returns a cloud table instance to store service information related to opened reports.</para>
      </summary>
      <returns>A <see cref="T:Microsoft.Azure.Cosmos.Table.CloudTable"/> object.</returns>
    </member>
  </members>
</doc>