Partager via


Propriété Reversed

Gets an expression that evaluates to a value that indicates the direction of the legend should be reversed.

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

Syntaxe

'Déclaration
Public ReadOnly Property Reversed As ReportEnumProperty(Of ChartAutoBool)
    Get
'Utilisation
Dim instance As ChartLegend
Dim value As ReportEnumProperty(Of ChartAutoBool)

value = instance.Reversed
public ReportEnumProperty<ChartAutoBool> Reversed { get; }
public:
property ReportEnumProperty<ChartAutoBool>^ Reversed {
    ReportEnumProperty<ChartAutoBool>^ get ();
}
member Reversed : ReportEnumProperty<ChartAutoBool>
function get Reversed () : ReportEnumProperty<ChartAutoBool>