Process(Boolean,Boolean) Method
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.
'Declaration
Public Overloads Function Process( _
ByVal As Boolean, _
Optional ByVal 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.