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

In This Topic
    ReportItemName Property (ReportPart)
    In This Topic
    Gets or sets the name of the existing report item to be exported as a report part.
    Syntax
    'Declaration
     
    Public Property ReportItemName As String
    public string ReportItemName {get; set;}

    Property Value

    A System.String value indicating the name of the existing report item.
    See Also