Skip to main content
A newer version of this page is available. .

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

Declaration

CloudTable GetDocumentTable()

Returns

Type Description
Microsoft.WindowsAzure.Storage.Table.CloudTable

A CloudTable object.

See Also