共用方式為


Height 屬性

Gets the height of the item.

命名空間:  Microsoft.ReportingServices.OnDemandReportRendering
組件:  Microsoft.ReportingServices.ProcessingCore (在 Microsoft.ReportingServices.ProcessingCore.dll 中)

語法

'宣告
Public Overridable ReadOnly Property Height As ReportSize
    Get
'用途
Dim instance As ReportItem
Dim value As ReportSize

value = instance.Height
public virtual ReportSize Height { get; }
public:
virtual property ReportSize^ Height {
    ReportSize^ get ();
}
abstract Height : ReportSize
override Height : ReportSize
function get Height () : ReportSize