ActiveReports 18 .NET Edition
MESCIUS.ActiveReports Assembly / GrapeCity.ActiveReports.Printing Namespace / PaperSourceCollection Class / Item Property

In This Topic
    Item Property (PaperSourceCollection)
    In This Topic
    Syntax
    'Declaration
     
    Public ReadOnly Default Property Item( _
       ByVal index As Integer _
    ) As PaperSource
    public PaperSource this[ 
       int index
    ]; {get;}

    Parameters

    index
    See Also