DataElementOutputTypes Enumeration
Updated: February 25, 2016
Indicates whether the item should appear in a data rendering.
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
| Member name | Description | |
|---|---|---|
| Auto | Specifies the following behavior: behave as NoOutput for any report item that does not have a ToggleItem and with Hidden set to true (not an expression) and for any report item in a nontoggleable static tablix member with Hidden set to true (not an expression); behave as NoOutput for a TextBox with constant TextRun values; behave as ContentsOnly for Rectangle; behave as Output for all other items. | |
| ContentsOnly | ||
| NoOutput | ||
| Output |
Show: