ActiveReports.Chart Request technical support
ActiveItem Property
See Also 


Gets or sets the active item for the wizard form.

Syntax

Visual Basic (Declaration) 
Public Property ActiveItem As Item
Visual Basic (Usage)Copy Code
Dim instance As WizardForm
Dim value As Item
 
instance.ActiveItem = value
 
value = instance.ActiveItem
C# 
public Item ActiveItem {get; set;}

See Also