C1.C1Rdl.Rdl2008 Namespace : DataElementOutput Enumeration |
'Declaration Public Enum DataElementOutput Inherits System.Enum
public enum DataElementOutput : System.Enum
Member | Description |
---|---|
Auto | Will behave as DataElementOutput.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
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2