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

Declaration

TableClient GetDocumentTable()

Returns

Type Description
Azure.Data.Tables.TableClient

A TableClient object.

See Also