Partager via


Propriété ChartAxis.Reverse

Gets a value that indicates whether the axis should be plotted in the reverse direction.

Espace de noms :  Microsoft.ReportingServices.OnDemandReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Public ReadOnly Property Reverse As ReportBoolProperty 
    Get
'Utilisation
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

Valeur de propriété

Type : Microsoft.ReportingServices.OnDemandReportRendering.ReportBoolProperty
A ReportBoolProperty object.

Voir aussi

Référence

ChartAxis Classe

Espace de noms Microsoft.ReportingServices.OnDemandReportRendering