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. |