ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / ReportItemCollection Class / Item Property / Item(String) Property

In This Topic
    Item(String) Property
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads ReadOnly Property Item( _
       ByVal name As String _
    ) As ReportItem
    public ReportItem Item( 
       string name
    ) {get;}

    Parameters

    name
    See Also