Метод 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
)
Параметры
- textboxDefinitionName
Тип: System. . :: . .String
The name of the text box in the report definition.
- textboxInstanceOriginalValue
Тип: System. . :: . .Object
The value of the textbox before formatting is applied.
См. также