ReportSize.ToPoints Method
Returns the report size in points.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
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
Return Value
Type: System.Double
A double value.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace