ActiveReports Developer 7
PaperSourceName Property
See Also 
GrapeCity.ActiveReports.v7 Assembly > GrapeCity.ActiveReports Namespace > PageSettings Class : PaperSourceName Property

Glossary Item Box

Gets the name of the paper source.

Syntax

Visual Basic (Declaration) 
Public Property PaperSourceName As System.String
C# 
public System.string PaperSourceName {get; set;}

Property Value

String. The name of the paper source.

Remarks

Call this property when the paper source needs to be displayed. The name of the paper source is generated based upon the PaperKind property.

See Also