ActiveReports 6 Online Help
Enabled Property (ReportViewerObject)

Determines whether the viewer's ReportView is enabled.
Syntax
'Declaration
 
Public Property Enabled As Boolean
public bool Enabled {get; set;}

Property Value

A Boolean value. True if the ReportViewer is enabled; otherwise, False.  The default value is True.
Remarks
Enabling or disabling the ReportViewer will not enable or disable the Toolbar.  This property enables the scrollbar and the splitter.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ReportViewerObject Class
ReportViewerObject Members

Send Feedback