次の方法で共有


GaugeScaleInstance.Style プロパティ

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

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

構文

'宣言
Public ReadOnly Property Style As StyleInstance 
    Get
'使用
Dim instance As GaugeScaleInstance 
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 値。

関連項目

参照

GaugeScaleInstance クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間