ActiveReports3 Request technical support
PaperSourceName Property
See Also 


Gets the name of the paper source.

Syntax

Visual Basic (Declaration) 
Public Property PaperSourceName As String
Visual Basic (Usage)Copy Code
Dim instance As PageSettings
Dim value As String
 
instance.PaperSourceName = value
 
value = instance.PaperSourceName
C# 
public string PaperSourceName {get; set;}

Return 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