A newer version of this page is available.
Switch to the current version.
DocumentOperationRequest.CustomData Property
Specifies custom data associated with a target document operation.
Namespace: DevExpress.XtraReports.Web.WebDocumentViewer.DataContracts
Assembly: DevExpress.XtraReports.v18.2.Web.dll
Declaration
[DataMember(Name = "customData")]
public string CustomData { get; set; }
<DataMember(Name:="customData")>
Public Property CustomData As String
Property Value
Type | Description |
---|---|
String | A string containing information associated with the document operation |
See Also
Feedback