[]
Gets or sets a value defining how or whether a data point appears in a data rendering.
public DataElementOutput DataElementOutput { get; set; }
Type | Description |
---|---|
DataElementOutput | A DataElementOutput enumeration defining how or whether a data point appears in a data rendering. |
<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.