Proprietà GaugeScale.Reversed
Indicates the direction of the scale is reversed.
Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property Reversed As ReportBoolProperty
Get
'Utilizzo
Dim instance As GaugeScale
Dim value As ReportBoolProperty
value = instance.Reversed
public ReportBoolProperty Reversed { get; }
public:
property ReportBoolProperty^ Reversed {
ReportBoolProperty^ get ();
}
member Reversed : ReportBoolProperty
function get Reversed () : ReportBoolProperty
Valore proprietà
Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ReportBoolProperty
A ReportBoolProperty object.
Vedere anche
Riferimento
Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering