Style プロパティ

ChartLegendCustomItemCell クラスの Style プロパティの計算値を取得します。

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

構文

'宣言
Public ReadOnly Property Style As StyleInstance
    Get
'使用
Dim instance As ChartLegendCustomItemCellInstance
Dim value As StyleInstance

value = instance.Style
public StyleInstance Style { get; }
public:
property StyleInstance^ Style {
    StyleInstance^ get ();
}
member Style : StyleInstance
function get Style () : StyleInstance

プロパティ値

型: Microsoft.ReportingServices.OnDemandReportRendering. . :: . .StyleInstance
Style プロパティの計算値を表す StyleInstance 値。