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

In This Topic
    ReportItemName Property (GridCell)
    In This Topic
    Gets or sets a name of the report item contained in the cell.
    Syntax
    'Declaration
     
    Public Property ReportItemName As String
    public string ReportItemName {get; set;}

    Property Value

    A System.String value indicating the name of the report item contained in the cell.
    See Also