ReportSize.ToMillimeters 方法

Returns the report size in millimeters.

命名空间:  Microsoft.ReportingServices.OnDemandReportRendering
程序集:  Microsoft.ReportingServices.ProcessingCore(在 Microsoft.ReportingServices.ProcessingCore.dll 中)

语法

声明
Public Function ToMillimeters As Double
用法
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

返回值

类型:System.Double
A double value.

请参阅

参考

ReportSize 类

Microsoft.ReportingServices.OnDemandReportRendering 命名空间