HeightInPixels プロパティ
この API は、.NET Framework インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。
名前空間: Microsoft.ReportingServices.OnDemandReportRendering
アセンブリ: Microsoft.ReportingServices.ProcessingCore (Microsoft.ReportingServices.ProcessingCore.dll)
構文
'宣言
Protected Overridable ReadOnly Property HeightInPixels As Integer
Get
'使用
Dim value As Integer
value = Me.HeightInPixels
protected virtual int HeightInPixels { get; }
protected:
virtual property int HeightInPixels {
int get ();
}
abstract HeightInPixels : int
override HeightInPixels : int
function get HeightInPixels () : int