テキスト ボックスを要素または属性として表示するかどうかを示す値を取得します。
名前空間: Microsoft.ReportingServices.ReportRendering
アセンブリ: Microsoft.ReportingServices.ProcessingCore (Microsoft.ReportingServices.ProcessingCore.dll)
構文
'宣言
Public ReadOnly Property DataElementStyle As Report.DataElementStyles
Get
'使用
Dim instance As Report
Dim value As Report.DataElementStyles
value = instance.DataElementStyle
public Report.DataElementStyles DataElementStyle { get; }
public:
property Report.DataElementStyles DataElementStyle {
Report.DataElementStyles get ();
}
member DataElementStyle : Report.DataElementStyles
function get DataElementStyle () : Report.DataElementStyles
プロパティ値
型: Microsoft.ReportingServices.ReportRendering.Report.DataElementStyles
AttributeNormal または ElementNormal のいずれかの Report.DataElementStyles 値です。