Gets or sets a value that specifies whether the report document should print to the printer's default paper source.
[Visual Basic]
Public Property DefaultPaperSource As Boolean
[C#]
public bool DefaultPaperSource {get; set;}
Boolean. True if the document should use the printer's default paper source; otherwise, False. The default value is False.
[C#]
private void rptPageSettings_ReportStart(object sender, System.EventArgs eArgs) |
[Visual Basic]
Private Sub rptPageSettings_ReportStart(ByVal sender As Object, ByVal e As System.EventArgs) Handles MyBase.ReportStart |
PageSettings Class | PageSettings Members | PaperSource property
Copyright © 2004-2005 Data Dynamics, Ltd. All rights reserved.