ActiveReports.Viewer3 Request technical support
Enabled Property
See Also 


Determines whether the viewer's ReportView is enabled.

Syntax

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

Return 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.

See Also