Skip to main content

IAzureServiceTableProvider.GetDocumentTable() Method

If implemented, returns a cloud table instance to store service information related to documents (newly created, as well as previously created ones).

Namespace: DevExpress.XtraReports.Web.Azure.WebDocumentViewer

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

NuGet Package: DevExpress.Web.Reporting.Azure

Declaration

CloudTable GetDocumentTable()

Returns

Type Description
CloudTable

A CloudTable object.

See Also