[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.ReportSection.DataElementName

DataElementName Property

DataElementName

Gets or sets a name of the top-level XML element that represents the report data.

Declaration
public string DataElementName { get; set; }
Property Value
Type Description
string

A string value indicating the name of the top-level XML element for the report data.

Examples
ReportSection section = new ReportSection();
section.DataElementName = "ReportSection";