Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
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