Sdílet prostřednictvím


ReportSize.ToMillimeters Method

Returns the size in millimeters.

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Syntax

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

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

Return Value

Type: System.Double
The size in millimeters.

See Also

Reference

ReportSize Structure

Microsoft.ReportingServices.RdlObjectModel Namespace