Partager via


Propriété 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