Propriedade Reverse
Gets a value that indicates whether the axis should be plotted in the reverse direction.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
Public ReadOnly Property Reverse As ReportBoolProperty
Get
'Uso
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
Valor da propriedade
Tipo: Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ReportBoolProperty
A ReportBoolProperty object.
Consulte também