Skip to main content

IAzureServiceTableProvider.GetReportTable() Method

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

Namespace: DevExpress.XtraReports.Web.Azure.WebDocumentViewer

Assembly: DevExpress.XtraReports.v24.1.Web.Azure.dll

NuGet Package: DevExpress.Web.Reporting.Azure

Declaration

TableClient GetReportTable()

Returns

Type Description
Azure.Data.Tables.TableClient

A TableClient object.

See Also