Partager via


Propriété StateIndicator.TransformationScope

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

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

Espace de noms :  Microsoft.ReportingServices.RdlObjectModel
Assembly :  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Syntaxe

'Déclaration
Public Property TransformationScope As String 
    Get 
    Set
'Utilisation
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)

Valeur de propriété

Type : System.String
The transformation scope.

Voir aussi

Référence

StateIndicator Classe

Espace de noms Microsoft.ReportingServices.RdlObjectModel