Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Gets the calculated value of the VerticalAlign property in a StyleBase class.
Espace de noms : Microsoft.ReportingServices.OnDemandReportRendering
Assembly : Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Syntaxe
'Déclaration
Public MustOverride Property VerticalAlign As VerticalAlignments
Get
Set
'Utilisation
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)
Valeur de propriété
Type : Microsoft.ReportingServices.OnDemandReportRendering.VerticalAlignments
A VerticalAlignments value that represents the calculated value of the VerticalAlign property.
Voir aussi
Référence
Espace de noms Microsoft.ReportingServices.OnDemandReportRendering