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 whether text is written left-to-right or right-to-left.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public MustOverride ReadOnly Property Direction As ReportEnumProperty(Of Directions)
Get
'Usage
Dim instance As StyleBase
Dim value As ReportEnumProperty(Of Directions)
value = instance.Direction
public abstract ReportEnumProperty<Directions> Direction { get; }
public:
virtual property ReportEnumProperty<Directions>^ Direction {
ReportEnumProperty<Directions>^ get () abstract;
}
abstract Direction : ReportEnumProperty<Directions>
abstract function get Direction () : ReportEnumProperty<Directions>
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<Directions>
A ReportEnumProperty<EnumType> object that represents a value that indicates whether text is written left-to-right or right-to-left.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace