FlexReport for .NET | ComponentOne
C1.Document Assembly / C1.Ssrs.RplReader Namespace / RplReader Class / ReportItems Property

In This Topic
    ReportItems Property
    In This Topic
    Gets collection of all report item loaded during RPL parsing.
    Syntax
    'Declaration
     
    Public ReadOnly Property ReportItems As ReportItemCollection
    public ReportItemCollection ReportItems {get;}
    See Also