Compartir a través de


Style.VerticalAlign Propiedad

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

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

Sintaxis

'Declaración
Public Overrides ReadOnly Property VerticalAlign As ReportEnumProperty(Of VerticalAlignments)
    Get
'Uso
Dim instance As Style 
Dim value As ReportEnumProperty(Of VerticalAlignments)

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

Valor de la propiedad

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

Vea también

Referencia

Style Clase

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering