Proprietà VerticalAlign
Vertical alignment of the text.
Spazio dei nomi: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Sintassi
'Dichiarazione
Public MustOverride ReadOnly Property VerticalAlign As ReportEnumProperty(Of VerticalAlignments)
Get
'Utilizzo
Dim instance As StyleBase
Dim value As ReportEnumProperty(Of VerticalAlignments)
value = instance.VerticalAlign
public abstract ReportEnumProperty<VerticalAlignments> VerticalAlign { get; }
public:
virtual property ReportEnumProperty<VerticalAlignments>^ VerticalAlign {
ReportEnumProperty<VerticalAlignments>^ get () abstract;
}
abstract VerticalAlign : ReportEnumProperty<VerticalAlignments>
abstract function get VerticalAlign () : ReportEnumProperty<VerticalAlignments>
Valore proprietà
Tipo: Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ReportEnumProperty< (Of < ( <'VerticalAlignments> ) > ) >
A ReportEnumProperty<(Of <(<'EnumType>)>)> object.
Vedere anche