Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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 Overrides ReadOnly Property Direction As ReportEnumProperty(Of Directions)
Get
'Usage
Dim instance As Style
Dim value As ReportEnumProperty(Of Directions)
value = instance.Direction
public override ReportEnumProperty<Directions> Direction { get; }
public:
virtual property ReportEnumProperty<Directions>^ Direction {
ReportEnumProperty<Directions>^ get () override;
}
abstract Direction : ReportEnumProperty<Directions>
override Direction : ReportEnumProperty<Directions>
override 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