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.