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 the calculated value of the VerticalAlign property in a Style class.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public Overrides Property VerticalAlign As VerticalAlignments
Get
Set
'Usage
Dim instance As StyleInstance
Dim value As VerticalAlignments
value = instance.VerticalAlign
instance.VerticalAlign = value
public override VerticalAlignments VerticalAlign { get; set; }
public:
virtual property VerticalAlignments VerticalAlign {
VerticalAlignments get () override;
void set (VerticalAlignments value) override;
}
abstract VerticalAlign : VerticalAlignments with get, set
override VerticalAlign : VerticalAlignments with get, set
override function get VerticalAlign () : VerticalAlignments
override function set VerticalAlign (value : VerticalAlignments)
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.VerticalAlignments
A VerticalAlignments value that represents the calculated value of the VerticalAlign property.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace