DataElementOutputTypes 枚举
Indicates whether the item should appear in a data rendering.
命名空间: Microsoft.ReportingServices.RdlObjectModel
程序集: Microsoft.ReportingServices.Designer.Controls(在 Microsoft.ReportingServices.Designer.Controls.dll 中)
语法
声明
Public Enumeration DataElementOutputTypes
用法
Dim instance As DataElementOutputTypes
public enum DataElementOutputTypes
public enum class DataElementOutputTypes
type DataElementOutputTypes
public enum DataElementOutputTypes
成员
成员名称 | 说明 | |
---|---|---|
Auto | Specifies the following behavior:
|
|
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. |