TransformationScope-Eigenschaft
Diese API unterstützt die -Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.
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)
Eigenschaftswert
Typ: System. . :: . .String
A string value.