DynamicImageInstance.WidthInPixels 属性

此 API 支持 SQL Server 2012 基础结构,但不能通过代码直接使用。

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

命名空间:  Microsoft.ReportingServices.OnDemandReportRendering
程序集:  Microsoft.ReportingServices.ProcessingCore(在 Microsoft.ReportingServices.ProcessingCore.dll 中)

语法

声明
Protected Overridable ReadOnly Property WidthInPixels As Integer 
    Get
用法
Dim value As Integer 

value = Me.WidthInPixels
protected virtual int WidthInPixels { get; }
protected:
virtual property int WidthInPixels {
    int get ();
}
abstract WidthInPixels : int 
override WidthInPixels : int
function get WidthInPixels () : int

属性值

类型:System.Int32
The width in pixels of the current image instance.

请参阅

参考

DynamicImageInstance 类

Microsoft.ReportingServices.OnDemandReportRendering 命名空间