Sdílet prostřednictvím


ReportSize.ToCentimeters Method

Returns the size in centimeters.

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.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

Return Value

Type: System.Double
The size in centimeters.

See Also

Reference

ReportSize Structure

Microsoft.ReportingServices.RdlObjectModel Namespace