Proprietà ChartAxis.Reverse
Gets a value that indicates whether the axis should be plotted in the reverse direction.
Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property Reverse As ReportBoolProperty
Get
'Utilizzo
Dim instance As ChartAxis
Dim value As ReportBoolProperty
value = instance.Reverse
public ReportBoolProperty Reverse { get; }
public:
property ReportBoolProperty^ Reverse {
ReportBoolProperty^ get ();
}
member Reverse : ReportBoolProperty
function get Reverse () : ReportBoolProperty
Valore proprietà
Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ReportBoolProperty
A ReportBoolProperty object.
Vedere anche
Riferimento
Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering