Metodo ToInches
Converts the report size length to inches.
Spazio dei nomi: Microsoft.ReportingServices.ReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Sintassi
'Dichiarazione
Public Function ToInches As Double
'Utilizzo
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
Valore restituito
Tipo: System. . :: . .Double
A double value containing the report size length in inches.
Vedere anche