Share via


StateIndicator.TransformationScope Property

This API supports the infrastructure and is not intended to be used directly from your code.

Gets 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)

Property Value

Type: System.String
A string value.