ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Rendering.Components Namespace / IReport Interface / DataElementName Property

In This Topic
    DataElementName Property (IReport)
    In This Topic
    Gets the name of the top-level element for a report rendered using a data-oriented rendering extension (e.g., XML).
    Syntax
    'Declaration
     
    ReadOnly Property DataElementName As String
    string DataElementName {get;}

    Property Value

    A System.String representing the name of the top-level element in the rendered report.
    See Also