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
)
参数
- pixels
类型:System.Double
The number of pixels.