ToCentimeters 方法
Converts the report size length to centimeters.
命名空間: Microsoft.ReportingServices.ReportRendering
組件: Microsoft.ReportingServices.ProcessingCore (在 Microsoft.ReportingServices.ProcessingCore.dll 中)
語法
'宣告
Public Function ToCentimeters As Double
'用途
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
傳回值
型別:System. . :: . .Double
A double value containing the report size length in centimeters.