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