ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / Report Class / ReportParts Property

In This Topic
    ReportParts Property
    In This Topic
    Collection of the exported report parts.
    Syntax
    'Declaration
     
    Public Property ReportParts As ReportPartsCollection
    public ReportPartsCollection ReportParts {get; set;}
    See Also