この行の各セルの高さを取得します。
名前空間: Microsoft.ReportingServices.OnDemandReportRendering
アセンブリ: Microsoft.ReportingServices.ProcessingCore (Microsoft.ReportingServices.ProcessingCore.dll)
構文
'宣言
Public MustOverride ReadOnly Property Height As ReportSize
Get
'使用
Dim instance As TablixRow
Dim value As ReportSize
value = instance.Height
public abstract ReportSize Height { get; }
public:
virtual property ReportSize^ Height {
ReportSize^ get () abstract;
}
abstract Height : ReportSize
abstract function get Height () : ReportSize
プロパティ値
型: Microsoft.ReportingServices.OnDemandReportRendering.ReportSize
この行内の各セルの高さを表す ReportSize オブジェクト。