Compartir a través de


StyleBase.TextAlign Propiedad

Gets an expression that evaluates to the horizontal alignment of the text.

Espacio de nombres:  Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
Public MustOverride ReadOnly Property TextAlign As ReportEnumProperty(Of TextAlignments)
    Get
'Uso
Dim instance As StyleBase 
Dim value As ReportEnumProperty(Of TextAlignments)

value = instance.TextAlign
public abstract ReportEnumProperty<TextAlignments> TextAlign { get; }
public:
virtual property ReportEnumProperty<TextAlignments>^ TextAlign {
    ReportEnumProperty<TextAlignments>^ get () abstract;
}
abstract TextAlign : ReportEnumProperty<TextAlignments>
abstract function get TextAlign () : ReportEnumProperty<TextAlignments>

Valor de la propiedad

Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<TextAlignments>
A ReportEnumProperty<EnumType> object that represents the horizontal alignment of the text.

Vea también

Referencia

StyleBase Clase

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering