Freigeben über


ReportSize.ToInches-Methode

Converts the report size length to inches.

Namespace:  Microsoft.ReportingServices.ReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Syntax

'Declaration
Public Function ToInches As Double
'Usage
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

Rückgabewert

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

Siehe auch

Verweis

ReportSize Klasse

Microsoft.ReportingServices.ReportRendering-Namespace