StyleBase.Direction Proprietà

Definizione

Ottiene un'espressione che restituisce un valore che indica se il testo è scritto da sinistra a destra o da destra a sinistra.

public:
 abstract property Microsoft::ReportingServices::OnDemandReportRendering::ReportEnumProperty<Microsoft::ReportingServices::OnDemandReportRendering::Directions> ^ Direction { Microsoft::ReportingServices::OnDemandReportRendering::ReportEnumProperty<Microsoft::ReportingServices::OnDemandReportRendering::Directions> ^ get(); };
public abstract Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<Microsoft.ReportingServices.OnDemandReportRendering.Directions> Direction { get; }
member this.Direction : Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<Microsoft.ReportingServices.OnDemandReportRendering.Directions>
Public MustOverride ReadOnly Property Direction As ReportEnumProperty(Of Directions)

Valore della proprietà

ReportEnumProperty<Directions>

Oggetto ReportEnumProperty<EnumType> che rappresenta un valore che indica se il testo è scritto da sinistra a destra o da destra a sinistra.

Si applica a