Report.AddToCurrentPage(String, Object) Method

Definition

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.

Applies to