Progress® Telerik® Reporting R1 2021
ReportViewerBase.CancelRendering Method (Int32)
Note: This API is now obsolete.
Stops background processing of the report.
Namespace:
Telerik.ReportViewer.WinFormsAssembly: Telerik.ReportViewer.WinForms (in Telerik.ReportViewer.WinForms.dll)
Syntax
[ObsoleteAttribute("CancelRendering(int timeout) method is now obsolete. Please use the Telerik.ReportViewer.WinForms.ReportViewer.CancelRendering() method instead.")] public bool CancelRendering( int timeout )
Parameters
- timeout
- Type: SystemInt32
The number of milliseconds to wait for the background rendering to terminate. A value of -1 waits forever. A value of 0 returns immediately without waiting for the rendering to terminate.
Return Value
Type: BooleanA Boolean value. A value of true is returned if the background rendering has terminated. A value of false is returned if background rendering has not terminated after the amount of time specified in the millisecondsTimeout parameter has elapsed, or if the millisecondsTimeout parameter was set to 0.
Examples
Version Information
Obsolete (compiler warning) in 1.0.1