Back to Devexpress

BackstagePrintPreview.DocumentSource Property

wpf-devexpress-dot-xpf-dot-printing-dot-backstageprintpreview-bc5da933.md

latest2.0 KB
Original Source

BackstagePrintPreview.DocumentSource Property

Specifies the document source. This is a dependency property.

Namespace : DevExpress.Xpf.Printing

Assembly : DevExpress.Xpf.Printing.v25.2.dll

NuGet Package : DevExpress.Wpf.Printing

Declaration

csharp
public object DocumentSource { get; set; }
vb
Public Property DocumentSource As Object

Property Value

TypeDescription
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

BackstagePrintPreview Class

BackstagePrintPreview Members

DevExpress.Xpf.Printing Namespace