[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.ReportSection.DataElementOutput

DataElementOutput Property

DataElementOutput

Gets or sets a value indicating whether the item appears in a data rendering.

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

A DataElementOutput value indicating whether the item appears in a data rendering.

Examples
ReportSection section = new ReportSection();
section.DataElementOutput = DataElementOutput.Output;