ReportSize.ToPixels 方法

Returns the size in pixels.

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

语法

声明
Public Function ToPixels As Double
用法
Dim instance As ReportSize
Dim returnValue As Double

returnValue = instance.ToPixels()
public double ToPixels()
public:
double ToPixels()
member ToPixels : unit -> float 
public function ToPixels() : double

返回值

类型:System.Double
A double value.