Skip to main content

IAzureServiceTableProvider.GetDocumentTable() Method

If implemented, returns a table client 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.v24.1.Web.Azure.dll

NuGet Package: DevExpress.Web.Reporting.Azure

Declaration

TableClient GetDocumentTable()

Returns

Type Description
Azure.Data.Tables.TableClient

A TableClient object.

See Also