Proprietà StateIndicator.TransformationScope

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

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

Spazio dei nomi  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Sintassi

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

Valore proprietà

Tipo: System.String
The transformation scope.

Vedere anche

Riferimento

StateIndicator Classe

Spazio dei nomi Microsoft.ReportingServices.RdlObjectModel