Поделиться через


Метод AddToCurrentPage

Registers the value of a textbox as being on the current page.

Пространство имен:  Microsoft.ReportingServices.OnDemandReportRendering
Сборка:  Microsoft.ReportingServices.ProcessingCore (в Microsoft.ReportingServices.ProcessingCore.dll)

Синтаксис

'Декларация
Public Sub AddToCurrentPage ( _
    textboxDefinitionName As String, _
    textboxInstanceOriginalValue As Object _
)
'Применение
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
)

Параметры

  • textboxInstanceOriginalValue
    Тип: System. . :: . .Object
    The value of the textbox before formatting is applied.