C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1ReportViewer.ReportService Namespace / DocumentStatus Class / exportFormats Field

In This Topic
exportFormats Field
In This Topic
Export formats available for current document. The list is a sequence of pairs: export format description/default extension for that format.

The description should uniquely identify the format within the list.

The extension must be lowercase and should not include the dot (e.g. "pdf").

This member contains data only when the document is not generating (isGenerating is false).

Syntax
'Declaration
 
Public exportFormats As System.String()
 
See Also