GrapeCity.ActiveReports.v9 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace > List Class : DataInstanceElementOutput Property |
Gets or sets a value indicating whether the list instance appears in a data rendering.
'Declaration Public Property DataInstanceElementOutput As DataElementOutput
public DataElementOutput DataInstanceElementOutput {get; set;}
This property is ignored if there is a grouping for the list.
Output (Default) indicates that the list instances appear in the output.
NoOutput indicates that the list instance does not appear in the output.