Freigeben über


ReportSize.FromMillimeters-Methode

Returns a ReportSize object by specifying a size in millimeters.

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

Syntax

'Declaration
Public Shared Function FromMillimeters ( _
    millimeters As Double _
) As ReportSize
'Usage
Dim millimeters As Double 
Dim returnValue As ReportSize 

returnValue = ReportSize.FromMillimeters(millimeters)
public static ReportSize FromMillimeters(
    double millimeters
)
public:
static ReportSize^ FromMillimeters(
    double millimeters
)
static member FromMillimeters : 
        millimeters:float -> ReportSize
public static function FromMillimeters(
    millimeters : double
) : ReportSize

Parameter

Rückgabewert

Typ: Microsoft.ReportingServices.OnDemandReportRendering.ReportSize
A ReportSize object.

Siehe auch

Verweis

ReportSize Klasse

Microsoft.ReportingServices.OnDemandReportRendering-Namespace