ReportSize.ToPoints 方法

Converts the report size length to points.

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

语法

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

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

返回值

类型:System.Double
A double value containing the report size length in points.

请参阅

参考

ReportSize 类

Microsoft.ReportingServices.ReportRendering 命名空间