See Also

PageSettings Class  | PageSettings Members

Language

Visual Basic

C#

Show All

See Also Languages ActiveReports Send feedback to Data Dynamics

PaperSource Property

Gets or sets the paper source used to print the report document pages.

[Visual Basic]
Public Property PaperSource As PaperSourceKind
[C#]
public PaperSourceKind PaperSource {get; set;}

Return Type

A System.Drawing.Printing.PaperSourceKind enumeration value that specifies the paper source.

Example

[C#] 

private void rptPageSettings_ReportStart(object sender, System.EventArgs eArgs) 

    this.PageSettings.PaperSource = System.Drawing.Printing.PaperSourceKind.Manual; 

[Visual Basic] 

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

See Also

PageSettings Class  | PageSettings Members

 

 


Copyright © 2004-2005 Data Dynamics, Ltd. All rights reserved.