Перечисление DataElementOutputTypes
Defines the output behavior for data rendering.
Пространство имен: Microsoft.ReportingServices.ReportRendering
Сборка: 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 data renderings. | |
| NoOutput | Specifies that the item should not appear in data renderings. | |
| ContentsOnly | Specifies that the item itself should not appear in data renderings, but its contents should be rendered as if they were in this item’s container. |