Méthode AddToCurrentPage
Registers the value of a textbox as being on the current page.
Espace de noms : Microsoft.ReportingServices.OnDemandReportRendering
Assembly : Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Syntaxe
'Déclaration
Public Sub AddToCurrentPage ( _
textboxDefinitionName As String, _
textboxInstanceOriginalValue As Object _
)
'Utilisation
Dim instance As Report
Dim textboxDefinitionName As String
Dim textboxInstanceOriginalValue As Object
instance.AddToCurrentPage(textboxDefinitionName, _
textboxInstanceOriginalValue)
public void AddToCurrentPage(
string textboxDefinitionName,
Object textboxInstanceOriginalValue
)
public:
void AddToCurrentPage(
String^ textboxDefinitionName,
Object^ textboxInstanceOriginalValue
)
member AddToCurrentPage :
textboxDefinitionName:string *
textboxInstanceOriginalValue:Object -> unit
public function AddToCurrentPage(
textboxDefinitionName : String,
textboxInstanceOriginalValue : Object
)
Paramètres
- textboxDefinitionName
Type : System. . :: . .String
The name of the text box in the report definition.
- textboxInstanceOriginalValue
Type : System. . :: . .Object
The value of the textbox before formatting is applied.
Voir aussi