ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / Matrix Class / CellDataElementName Property

In This Topic
    CellDataElementName Property
    In This Topic
    Gets or sets a name of the top-level XML element that represents the cell.
    Syntax
    'Declaration
     
    Public Property CellDataElementName As String
    public string CellDataElementName {get; set;}

    Property Value

    A System.String value indicating the name of the top-level XML element for cell.
    Remarks

    Default value is "Cell".

    See Also