Compartir a través de


ReportSize.ToInches Método

Converts the report size length to inches.

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

Sintaxis

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

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

Valor devuelto

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

Vea también

Referencia

ReportSize Clase

Espacio de nombres Microsoft.ReportingServices.ReportRendering