Skip to main content
A newer version of this page is available. .

IAzureServiceTableProvider.GetReportTable() Method

If implemented, returns a cloud table instance to store service information related to opened reports.

Namespace: DevExpress.XtraReports.Web.Azure.WebDocumentViewer

Assembly: DevExpress.XtraReports.v18.2.Web.Azure.dll

Declaration

CloudTable GetReportTable()

Returns

Type Description
Microsoft.WindowsAzure.Storage.Table.CloudTable

A CloudTable object.

See Also