GrapeCity.ActiveReports.v9 Assembly > GrapeCity.ActiveReports Namespace > PageSettings Class : PaperSource Property |
'Declaration Public Property PaperSource As System.Drawing.Printing.PaperSourceKind
public System.Drawing.Printing.PaperSourceKind PaperSource {get; set;}
private void rptPageSettings_ReportStart(object sender, System.EventArgs eArgs) { this.PageSettings.PaperSource = System.Drawing.Printing.PaperSourceKind.Manual; }
Private Sub rptPageSettings_ReportStart(ByVal sender As Object, ByVal e As System.EventArgs) Handles MyBase.ReportStart Me.PageSettings.PaperSource = System.Drawing.Printing.PaperSourceKind.Manual End Sub
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