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