ReportSize.SetPixels 方法

Sets the number of pixels for the size.

命名空间:  Microsoft.ReportingServices.RdlObjectModel
程序集:  Microsoft.ReportingServices.Designer.Controls(在 Microsoft.ReportingServices.Designer.Controls.dll 中)

语法

声明
Public Sub SetPixels ( _
    pixels As Double _
)
用法
Dim instance As ReportSize 
Dim pixels As Double

instance.SetPixels(pixels)
public void SetPixels(
    double pixels
)
public:
void SetPixels(
    double pixels
)
member SetPixels : 
        pixels:float -> unit
public function SetPixels(
    pixels : double
)

参数

请参阅

参考

ReportSize 结构

Microsoft.ReportingServices.RdlObjectModel 命名空间