Partilhar via


Propriedade do RDL StateIndicator.TransformationScope

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

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 (em Microsoft.ReportingServices.Designer.Controls.dll)

Sintaxe

'Declaração
Public Property TransformationScope As String 
    Get 
    Set
'Uso
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)

Valor da propriedade

Tipo: System.String
The transformation scope.

Consulte também

Referência

StateIndicator Classe

Namespace Microsoft.ReportingServices.RdlObjectModel