Gets or sets the name of the type of paper.
[Visual Basic]
Public Property PaperName As String
[C#]
public string PaperName {get; set;}
String. The name of the type of custom paper.
You can set the paper name only if the PaperKind property is set to Custom.
[C#]
private void rptDataDynamics_ReportStart(object sender, System.EventArgs eArgs) |
[Visual Basic]
Private Sub rptDD_ReportStart(ByVal sender As Object, ByVal e As System.EventArgs) Handles MyBase.ReportStart |
PageSettings Class | PageSettings Members | PaperKind Property
Copyright © 2004-2005 Data Dynamics, Ltd. All rights reserved.