ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / ReportItemCollection Class / Add Method
The ReportItem object to add.

In This Topic
    Add Method (ReportItemCollection)
    In This Topic
    Adds a ReportItem object to the ReportItemCollection.
    Syntax
    'Declaration
     
    Public Sub Add( _
       ByVal value As ReportItem _
    ) 
    public void Add( 
       ReportItem value
    )

    Parameters

    value
    The ReportItem object to add.

    Return Value

    A new ReportItem object.
    See Also