GrapeCity.ActiveReports.v8 Assembly > GrapeCity.ActiveReports Namespace > PageSettings Class : DefaultPaperSource Property |
'Declaration Public Property DefaultPaperSource As System.Boolean
public System.bool DefaultPaperSource {get; set;}
private void rptPageSettings_ReportStart(object sender, System.EventArgs eArgs) { this.PageSettings.DefaultPaperSource = true; }
Private Sub rptPageSettings_ReportStart(ByVal sender As Object, ByVal e As System.EventArgs) Handles MyBase.ReportStart Me.PageSettings.DefaultPaperSource = True End Sub