StyleBase.Direction-Eigenschaft
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>
Eigenschaftswert
Typ: 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.
Siehe auch
Verweis
Microsoft.ReportingServices.OnDemandReportRendering-Namespace