TextBoxInstance.AddToCurrentPage Method
Registers the value of the TextBox as being on the current page.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public Sub AddToCurrentPage
'Usage
Dim instance As TextBoxInstance
instance.AddToCurrentPage()
public void AddToCurrentPage()
public:
void AddToCurrentPage()
member AddToCurrentPage : unit -> unit
public function AddToCurrentPage()
Remarks
This method is used for calculation of page headers and footers.