Xceed Grid for WinForms v4.3 Documentation
PrintDocument Property


Xceed.Grid.Reporting.v4.3 Assembly > Xceed.Grid.Reporting Namespace > ReportPreviewControl Class : PrintDocument Property
Gets or sets the System.Drawing.Printing.PrintDocument which defines how a report is sent to a printer.
Syntax
'Declaration
 
Public Property PrintDocument As PrintDocument
'Usage
 
Dim instance As ReportPreviewControl
Dim value As PrintDocument
 
instance.PrintDocument = value
 
value = instance.PrintDocument
public PrintDocument PrintDocument {get; set;}

Property Value

A reference to a System.Drawing.Printing.PrintDocument which defines how a report is sent to a printer.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ReportPreviewControl Class
ReportPreviewControl Members