'Declaration Public Enum DataElementOutput Inherits System.Enum
public enum DataElementOutput : System.Enum
'Declaration Public Enum DataElementOutput Inherits System.Enum
public enum DataElementOutput : System.Enum
Member | 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. |
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. |
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
C1.C1Rdl.Rdl2008.DataElementOutput