Właściwość Style.VerticalAlign
Pobiera wyrażenie do wyrównanie tekstu w pionie.
Przestrzeń nazw: Microsoft.ReportingServices.OnDemandReportRendering
Zestaw: Microsoft.ReportingServices.ProcessingCore (w Microsoft.ReportingServices.ProcessingCore.dll)
Składnia
'Deklaracja
Public Overrides ReadOnly Property VerticalAlign As ReportEnumProperty(Of VerticalAlignments)
Get
'Użycie
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>
Wartość właściwości
Typ: Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<VerticalAlignments>
A ReportEnumProperty<EnumType> obiektu.
Zobacz także