Sdílet prostřednictvím


ChartAxis.Reverse Property

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

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Syntax

'Declaration
Public ReadOnly Property Reverse As ReportBoolProperty 
    Get
'Usage
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

Property Value

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

See Also

Reference

ChartAxis Class

Microsoft.ReportingServices.OnDemandReportRendering Namespace