Método ToInches
Converts the report size length to inches.
Namespace: Microsoft.ReportingServices.ReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
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 de retorno
Tipo: System. . :: . .Double
A double value containing the report size length in inches.