GaugeScaleInstance.Reversed Propiedad
Gets the calculated value of the Reversed property in a GaugeScale class.
Espacio de nombres: Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado: Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxis
'Declaración
Public ReadOnly Property Reversed As Boolean
Get
'Uso
Dim instance As GaugeScaleInstance
Dim value As Boolean
value = instance.Reversed
public bool Reversed { get; }
public:
property bool Reversed {
bool get ();
}
member Reversed : bool
function get Reversed () : boolean
Valor de la propiedad
Tipo: System.Boolean
A Boolean value that represents the calculated value of the Reversed property.
Vea también
Referencia
Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering