次の方法で共有


StateIndicator.TransformationScope プロパティ

MinimumValueMaximumValue が指定されていない場合、その計算に使用するスコープを取得します。

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

構文

'宣言
Public ReadOnly Property TransformationScope As String 
    Get
'使用
Dim instance As StateIndicator 
Dim value As String 

value = instance.TransformationScope
public string TransformationScope { get; }
public:
property String^ TransformationScope {
    String^ get ();
}
member TransformationScope : string
function get TransformationScope () : String

プロパティ値

型: System.String
string 値です。

関連項目

参照

StateIndicator クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間