Метод FromMillimeters

Returns a ReportSize object by specifying a size in millimeters.

Пространство имен:  Microsoft.ReportingServices.OnDemandReportRendering
Сборка:  Microsoft.ReportingServices.ProcessingCore (в Microsoft.ReportingServices.ProcessingCore.dll)

Синтаксис

'Декларация
Public Shared Function FromMillimeters ( _
    millimeters As Double _
) As ReportSize
'Применение
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

Параметры

Возвращаемое значение

Тип Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ReportSize
A ReportSize object.