Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets the calculated value of the VerticalAlign property in a StyleBase class.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public MustOverride Property VerticalAlign As VerticalAlignments
Get
Set
'Usage
Dim instance As StyleBaseInstance
Dim value As VerticalAlignments
value = instance.VerticalAlign
instance.VerticalAlign = value
public abstract VerticalAlignments VerticalAlign { get; set; }
public:
virtual property VerticalAlignments VerticalAlign {
VerticalAlignments get () abstract;
void set (VerticalAlignments value) abstract;
}
abstract VerticalAlign : VerticalAlignments with get, set
abstract function get VerticalAlign () : VerticalAlignments
abstract 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