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

In This Topic
    ReportParts Property (Report)
    In This Topic
    Gets or sets a collection of exported report parts.
    Syntax
    'Declaration
     
    Public Property ReportParts As ReportPartsCollection
    public ReportPartsCollection ReportParts {get; set;}

    Property Value

    A ReportPartsCollection ovject representing the collection of report parts.
    See Also