ActiveReports 18 .NET Edition
MESCIUS.ActiveReports Assembly / GrapeCity.ActiveReports.Printing Namespace / PaperSource Class / PaperSource Constructor / PaperSource Constructor(PaperSourceKind,String)

In This Topic
    PaperSource Constructor(PaperSourceKind,String)
    In This Topic
    Initializes a new instance of the PaperSource class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal kind As PaperSourceKind, _
       ByVal name As String _
    )
    public PaperSource( 
       PaperSourceKind kind,
       string name
    )

    Parameters

    kind
    name
    See Also