ActiveReports.Viewer3 Request technical support
Cancel Property
See Also 


Gets or sets a value indicating whether the ActiveReportPrintController has been cancelled.

Syntax

Visual Basic (Declaration) 
Public Property Cancel As Boolean
Visual Basic (Usage)Copy Code
Dim instance As ActiveReportPrintController
Dim value As Boolean
 
instance.Cancel = value
 
value = instance.Cancel
C# 
public bool Cancel {get; set;}

Return Value

Boolean.

See Also