Report.DataElementStyles 列挙体

リーフ レベルの値 (テキスト ボックスの値やグラフ データの値など) を要素として表示するか属性として表示するかを指定します。

名前空間:  Microsoft.ReportingServices.OnDemandReportRendering
アセンブリ:  Microsoft.ReportingServices.ProcessingCore (Microsoft.ReportingServices.ProcessingCore.dll)

構文

'宣言
Public Enumeration DataElementStyles
'使用
Dim instance As Report.DataElementStyles
public enum DataElementStyles
public enum class DataElementStyles
type DataElementStyles
public enum DataElementStyles

メンバー

メンバー名 説明
Attribute 値を属性として表示します。
Element 値を要素として表示します。