Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets an expression that evaluates to a value that indicates the direction of the legend should be reversed.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property Reversed As ReportEnumProperty(Of ChartAutoBool)
Get
'Usage
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>
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<ChartAutoBool>
A ReportEnumProperty<EnumType> object.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace