次の方法で共有


TextBoxInstance.AddToCurrentPage メソッド

TextBox の値を現在のページの値として登録します。

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

構文

'宣言
Public Sub AddToCurrentPage
'使用
Dim instance As TextBoxInstance

instance.AddToCurrentPage()
public void AddToCurrentPage()
public:
void AddToCurrentPage()
member AddToCurrentPage : unit -> unit
public function AddToCurrentPage()

説明

この方法は、ページ ヘッダーおよびページ フッターの計算に使用します。

関連項目

参照

TextBoxInstance クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間