BackstagePrintPreview.DocumentSource Property
In This Article
Specifies the document source. This is a dependency property.
Namespace: DevExpress.Xpf.Printing
Assembly: DevExpress.Xpf.Printing.v24.2.dll
NuGet Package: DevExpress.Wpf.Printing
#Declaration
#Property Value
Type | Description |
---|---|
Object | A Object value that specifies the document source. |
#Remarks
The DocumentSource property allows you to provide the required document source to the BackstagePrintPreview. This control supports the following document source types:
- An object implementing the ILink interface.
- An object implementing the IReport interface.
- Stream containing report document data.
- A string containing a path to a file that stores report document data (a PRNX file).
See Backstage Print Preview for more information.
See Also