Właściwość Style.Direction
Pobiera wyrażenie wartości, która wskazuje, czy jest napisany tekst od lewej do prawej lub od prawej do lewej.
Przestrzeń nazw: Microsoft.ReportingServices.OnDemandReportRendering
Zestaw: Microsoft.ReportingServices.ProcessingCore (w Microsoft.ReportingServices.ProcessingCore.dll)
Składnia
'Deklaracja
Public Overrides ReadOnly Property Direction As ReportEnumProperty(Of Directions)
Get
'Użycie
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>
Wartość właściwości
Typ: Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<Directions>
A ReportEnumProperty<EnumType> obiektu.
Zobacz także