次の方法で共有


ReportSize.ToInches メソッド

レポート サイズの長さをインチに変換します。

名前空間:  Microsoft.ReportingServices.ReportRendering
アセンブリ:  Microsoft.ReportingServices.ProcessingCore (Microsoft.ReportingServices.ProcessingCore.dll)

構文

'宣言
Public Function ToInches As Double
'使用
Dim instance As ReportSize 
Dim returnValue As Double 

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

戻り値

型: System.Double
レポート サイズの長さ (インチ単位) を表す double 値です。

関連項目

参照

ReportSize クラス

Microsoft.ReportingServices.ReportRendering 名前空間