Skip to main content

BackstagePrintPreview.DocumentSource Property

Specifies the document source. This is a dependency property.

Namespace: DevExpress.Xpf.Printing

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

NuGet Package: DevExpress.Wpf.Printing

Declaration

public object DocumentSource { get; set; }

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