Skip to main content

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.v23.2.Web.Azure.dll

NuGet Package: DevExpress.Web.Reporting.Azure

Declaration

CloudTable GetReportTable()

Returns

Type Description
CloudTable

A CloudTable object.

See Also