[]
Gets or sets a value indicating whether the item appears in a data rendering.
public DataElementOutput DataElementOutput { get; set; }
| Type | Description |
|---|---|
| DataElementOutput | A DataElementOutput value indicating whether the item appears in a data rendering. |
ReportSection section = new ReportSection();
section.DataElementOutput = DataElementOutput.Output;