Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the vertical alignment of the text.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Property VerticalAlign As ReportExpression(Of VerticalAlignments)
Get
Set
'Usage
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>)
Property Value
Type: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<VerticalAlignments>
A ReportExpression<T> object.