ToPoints Método
Converts the report size length to points.
Espacio de nombres: Microsoft.ReportingServices.ReportRendering
Ensamblado: Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxis
'Declaración
Public Function ToPoints As Double
'Uso
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
Valor devuelto
Tipo: System. . :: . .Double
A double value containing the report size length in points.
Vea también