StyleBaseInstance.VerticalAlign 屬性
Gets the calculated value of the VerticalAlign property in a StyleBase class.
命名空間: Microsoft.ReportingServices.OnDemandReportRendering
組件: Microsoft.ReportingServices.ProcessingCore (在 Microsoft.ReportingServices.ProcessingCore.dll 中)
語法
'宣告
Public MustOverride Property VerticalAlign As VerticalAlignments
Get
Set
'用途
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)
屬性值
型別:Microsoft.ReportingServices.OnDemandReportRendering.VerticalAlignments
A VerticalAlignments value that represents the calculated value of the VerticalAlign property.