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.v19.1.Web.Azure.dll

NuGet Package: DevExpress.Web.Reporting.Azure

Declaration

CloudTable GetReportTable()

Returns

Type Description
CloudTable

A CloudTable object.

See Also