Specifies the output type for a data element.
Namespace:
C1.C1Rdl.Rdl2008Assembly: C1.C1Report.2 (in C1.C1Report.2.dll)
Syntax
C# |
---|
public enum DataElementOutput |
Visual Basic |
---|
Public Enumeration DataElementOutput |
Members
Member name | Description | |
---|---|---|
Auto | Will behave as NoOutput for any report item with Hidden set to True (not an expression) that does not have a ToggleItem, and for any report item in a static tablix member that cannot be toggled with Hidden set to non-expression True. Otherwise, acts as NoOutput for Textboxes with constant TextRun values, as ContentsOnly for Rectangles and as Output for all other items. | |
Output | Indicates the item should appear in the output. | |
NoOutput | Indicates the item should not appear in the output. | |
ContentsOnly | Indicates the item should not appear in the XML, but its contents should be rendered as if they were in this item’s container. Only applies to Rectangles. |