Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.
Gets or sets the scope to be used to calculate the MinimumValue and MaximumValue in case they are not specified.
Espacio de nombres: Microsoft.ReportingServices.RdlObjectModel
Ensamblado: Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)
Sintaxis
'Declaración
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 de la propiedad
Tipo: System.String
The transformation scope.
Vea también
Referencia
Espacio de nombres Microsoft.ReportingServices.RdlObjectModel