A newer version of this page is available.
Switch to the current version.
DocumentOperationRequest.ExportOptionsString Property
Specifies the current document's export options in a string representation.
Namespace: DevExpress.XtraReports.Web.WebDocumentViewer.DataContracts
Assembly: DevExpress.XtraReports.v18.2.Web.dll
Declaration
[DataMember(Name = "exportOptions")]
public string ExportOptionsString { get; set; }
<DataMember(Name:="exportOptions")>
Public Property ExportOptionsString As String
Property Value
Type | Description |
---|---|
String | A string that specifies the document's export options. |
See Also
Feedback