共用方式為


DynamicImageInstance.HeightInPixels 屬性

此 API 支援 SQL Server 2012 基礎結構,但無法直接從您的程式碼使用。

Gets or sets the height in pixels of the current image instance.

命名空間:  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
The height in pixels of the current image instance.

請參閱

參考

DynamicImageInstance 類別

Microsoft.ReportingServices.OnDemandReportRendering 命名空間