Freigeben über


ReportSize.ToPoints-Methode

Converts the report size length to points.

Namespace:  Microsoft.ReportingServices.ReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Syntax

'Declaration
Public Function ToPoints As Double
'Usage
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

Rückgabewert

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

Siehe auch

Verweis

ReportSize Klasse

Microsoft.ReportingServices.ReportRendering-Namespace