Propriété TransformationScope
Cette API prend en charge l'infrastructure et n'est pas destinée à être utilisée directement à partir de votre code.
Gets 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
A string value.
Voir aussi