Метод Process
Renders the custom report item and places it in the RenderItem property.
Пространство имен: Microsoft.ReportingServices.ReportRendering
Сборка: Microsoft.ReportingServices.ProcessingCore (в Microsoft.ReportingServices.ProcessingCore.dll)
Синтаксис
'Декларация
Function Process As ChangeType
'Применение
Dim instance As ICustomReportItem
Dim returnValue As ChangeType
returnValue = instance.Process()
ChangeType Process()
ChangeType Process()
abstract Process : unit -> ChangeType
function Process() : ChangeType
Возвращаемое значение
Тип: Microsoft.ReportingServices.ReportRendering. . :: . .ChangeType
This method always returns a ChangeType enumerator value of None.
Замечания
At report execution time, the report processing engine calls the Process method of the custom report item run-time control. You can use the Process method to parse the data contained in the CustomItem property, render an image of the custom report item, and place the rendered image into the RenderItem property. The report processing engine will then display the image contained in the RenderItem property in the report.
For more information, see Создание компонента времени выполнения пользовательского элемента отчета.
См. также