Перечисление DataElementOutputTypes
Indicates whether the item should appear in a data rendering.
Пространство имен: Microsoft.ReportingServices.OnDemandReportRendering
Сборка: Microsoft.ReportingServices.ProcessingCore (в Microsoft.ReportingServices.ProcessingCore.dll)
Синтаксис
'Декларация
Public Enumeration DataElementOutputTypes
'Применение
Dim instance As DataElementOutputTypes
public enum DataElementOutputTypes
public enum class DataElementOutputTypes
type DataElementOutputTypes
public enum DataElementOutputTypes
Элементы
| Имя элемента | Описание | |
|---|---|---|
| Output | Specifies that the item should appear in the output. | |
| NoOutput | Specifies that the item should not appear in the output. | |
| ContentsOnly | Specifies that 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 Rectangle. | |
| Auto | Specifies the following behavior:
|