[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.DataPoint.DataElementOutput

DataElementOutput Property

DataElementOutput

Gets or sets a value defining how or whether a data point appears in a data rendering.

Declaration
public DataElementOutput DataElementOutput { get; set; }
Property Value
Type Description
DataElementOutput

A DataElementOutput enumeration defining how or whether a data point appears in a data rendering.

Remarks
<xref href="GrapeCity.ActiveReports.PageReportModel.DataElementOutput.Output?text=Output" data-throw-if-not-resolved="false"></xref> (Default) indicates that the DataPoints appear in the output.

NoOutput indicates that the DataPoints do not appear in the output.