ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / PartItem Class / ReportPart Property

In This Topic
    ReportPart Property
    In This Topic
    Gets or sets the name of the report part in the library.
    Syntax
    'Declaration
     
    Public Property ReportPart As String
    public string ReportPart {get; set;}

    Property Value

    A System.String value indicating the name of the report part in the library.
    See Also