MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Rendering Namespace / ReportProcessor Class / Process Method / Process(Boolean,Boolean) Method
Indicates whether to force a refresh of the parameter data.
True to skip parameters validation. False by default.

In This Topic
Process(Boolean,Boolean) Method
In This Topic
Processes the data for renderable report as needed. If it has already been processed and there is no need to re-process it, a cached instance will be returned.
Syntax
'Declaration
 
Public Overloads Function Process( _
   ByVal forceParameterDataRefresh As Boolean, _
   Optional ByVal skipValidation As Boolean _
) As IReport
 

Parameters

forceParameterDataRefresh
Indicates whether to force a refresh of the parameter data.
skipValidation
True to skip parameters validation. False by default.

Return Value

A renderable _report that can be passed directly to a IRenderingExtension.
See Also