ActiveReports Developer 7
Cancel Method
See Also 
GrapeCity.ActiveReports.Extensibility.v7 Assembly > GrapeCity.ActiveReports.Extensibility.Data Namespace > IDbCommand Interface : Cancel Method

Glossary Item Box

Attempts to cancel the current execution of this command.  

Syntax

Visual Basic (Declaration) 
Sub Cancel() 
C# 
void Cancel()

See Also