| Visual Basic (Declaration) | |
|---|---|
Public Property Enabled As Boolean | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public bool Enabled {get; set;} | |
Return Value
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.