Propriedade do RDL VerticalAlign
Vertical alignment of the text.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (em Microsoft.ReportingServices.Designer.Controls.dll)
Sintaxe
'Declaração
Public Property VerticalAlign As ReportExpression(Of VerticalAlignments)
Get
Set
'Uso
Dim instance As Style
Dim value As ReportExpression(Of VerticalAlignments)
value = instance.VerticalAlign
instance.VerticalAlign = value
public ReportExpression<VerticalAlignments> VerticalAlign { get; set; }
public:
property ReportExpression<VerticalAlignments> VerticalAlign {
ReportExpression<VerticalAlignments> get ();
void set (ReportExpression<VerticalAlignments> value);
}
member VerticalAlign : ReportExpression<VerticalAlignments> with get, set
function get VerticalAlign () : ReportExpression<VerticalAlignments>
function set VerticalAlign (value : ReportExpression<VerticalAlignments>)
Valor da propriedade
Tipo: Microsoft.ReportingServices.RdlObjectModel. . :: . .ReportExpression< (Of < ( <'VerticalAlignments> ) > ) >
A ReportExpression<(Of <(<'T>)>)> object.