Método ToInches
Returns the report size in inches.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
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.
Consulte também