共用方式為


StateIndicator.TransformationScope 屬性

此 API 支援 SQL Server 2012 基礎結構,但無法直接從您的程式碼使用。

Gets or sets the scope to be used to calculate the MinimumValue and MaximumValue in case they are not specified.

命名空間:  Microsoft.ReportingServices.RdlObjectModel
組件:  Microsoft.ReportingServices.Designer.Controls (在 Microsoft.ReportingServices.Designer.Controls.dll 中)

語法

'宣告
Public Property TransformationScope As String 
    Get 
    Set
'用途
Dim instance As StateIndicator 
Dim value As String 

value = instance.TransformationScope

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

屬性值

型別:System.String
The transformation scope.

請參閱

參考

StateIndicator 類別

Microsoft.ReportingServices.RdlObjectModel 命名空間