Freigeben über


StateIndicator.TransformationScope-Eigenschaft

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

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

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Syntax

'Declaration
Public Property TransformationScope As String 
    Get 
    Set
'Usage
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)

Eigenschaftswert

Typ: System.String
The transformation scope.

Siehe auch

Verweis

StateIndicator Klasse

Microsoft.ReportingServices.RdlObjectModel-Namespace