ActiveReports 12
DataElementOutput Property (ReportItem)

GrapeCity.ActiveReports.v12 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace > ReportItem Class : DataElementOutput Property

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

Syntax
'Declaration
 
Public Property DataElementOutput As DataElementOutput
public DataElementOutput DataElementOutput {get; set;}

Property Value

DataElementOutput enumeration indicating whether the item appears in a data rendering.

Remarks

Output indicates that the group appears in the output.

NoOutput indicates that the group does not appear in the output.

ContentsOnly indicates that the item does not appear in the XML, but its contents are rendered as if they were in the item's container. This value only applies to Lists.

Auto behaves in the same manner as NoOutput for Textbox report items with constant values, ContentsOnly for Rectangle report items and Output for all other items.

See Also

Reference

ReportItem Class
ReportItem Members