Report.AddToCurrentPage(String, Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Registers the value of a textbox as being on the current page.
public:
void AddToCurrentPage(System::String ^ textboxDefinitionName, System::Object ^ textboxInstanceOriginalValue);
public void AddToCurrentPage (string textboxDefinitionName, object textboxInstanceOriginalValue);
member this.AddToCurrentPage : string * obj -> unit
Public Sub AddToCurrentPage (textboxDefinitionName As String, textboxInstanceOriginalValue As Object)
Parameters
- textboxDefinitionName
- String
The name of the text box in the report definition.
- textboxInstanceOriginalValue
- Object
The value of the textbox before formatting is applied.