Determines whether the viewer's ReportView is enabled.
[Visual Basic]
Public Property Enabled As Boolean
[C#]
public bool Enabled {get; set;}
A Boolean value. True if the ReportViewer is enabled; otherwise, False. The default value is True.
Enabling or disabling the ReportViewer will not enable or disable the Toolbar. This property enables the scrollbar and the splitter.
ReportViewerObject Class | ReportViewerObject Members
Copyright © 2004-2005 Data Dynamics, Ltd. All rights reserved.