GrapeCity.ActiveReports.v9 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace : DataElementOutput Enumeration |
'Declaration Public Enum DataElementOutput Inherits System.Enum
public enum DataElementOutput : System.Enum
Member | Description |
---|---|
Auto | If the item is a text box with a constant value, such as a label, the item does not appear (NoOutput). If the item is a rectangle, the output is the same as it is for ContentsOnly. For all other report items, the item appears in the output (Output). |
ContentsOnly | Applies to XML only. Indicates the item does not appear in the XML, but the contents of the item are rendered as part of the containing report control. ContentsOnly can only be used with lists. |
NoOutput | Indicates the item should not appear in the output. |
Output | Indicates the item should appear in the output. |
System.Object
System.ValueType
System.Enum
GrapeCity.ActiveReports.PageReportModel.DataElementOutput