Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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