[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.DataElementStyle

DataElementStyle Enum

Specifies whether an item should render as an element or attribute.

Namespace: GrapeCity.ActiveReports.PageReportModel
Assembly: MESCIUS.ActiveReports.Core.Rdl.dll
Syntax
public enum DataElementStyle

Fields

Name Description
AttributeNormal

Render as an attribute.

Auto

Auto indicates using the setting defined by the report.

ElementNormal

Render as an element.

Extension Methods