次の方法で共有


Height プロパティ

アイテムの高さ。

名前空間:  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