ReportViewer for ASP.NET Web Forms
GetDocument メソッド (C1ReportViewer)

C1.Web.Wijmo.Controls.4 アセンブリ > C1.Web.Wijmo.Controls.C1ReportViewer 名前空間 > C1ReportViewer クラス : GetDocument メソッド
ドキュメントの名前。
以前に登録されたメモリ内ドキュメントを取得します。 必要に応じてドキュメントは自動的に生成される点に注意してください。
シンタックス
'宣言
 
Public Shared Function GetDocument( _
   ByVal documentName As System.String _
) As System.Object
public static System.object GetDocument( 
   System.string documentName
)

パラメータ

documentName
ドキュメントの名前。

戻り値の型

ドキュメントが登録されている場合はメモリ内ドキュメントを、登録されていない場合は null を返します。
参照

C1ReportViewer クラス
C1ReportViewer メンバ