Freigeben über


ReportSize.ToCentimeters-Methode

Converts the report size length to centimeters.

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

Syntax

'Declaration
Public Function ToCentimeters As Double
'Usage
Dim instance As ReportSize 
Dim returnValue As Double 

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

Rückgabewert

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

Siehe auch

Verweis

ReportSize Klasse

Microsoft.ReportingServices.ReportRendering-Namespace