この API は、SQL Server 2012 インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。
現在の画像インスタンスの高さをピクセル単位で取得または設定します。
名前空間: 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
プロパティ値
型: System.Int32
現在の画像インスタンスの高さ (ピクセル単位)。