Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace