Compartir a través de


ReportSize.ToCentimeters Método

Converts the report size length to centimeters.

Espacio de nombres:  Microsoft.ReportingServices.ReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
Public Function ToCentimeters As Double
'Uso
Dim instance As ReportSize 
Dim returnValue As Double 

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

Valor devuelto

Tipo: System.Double
A double value containing the report size length in centimeters.

Vea también

Referencia

ReportSize Clase

Espacio de nombres Microsoft.ReportingServices.ReportRendering