Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
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