HideErrors Property (ReportViewer)
In This Topic
Gets or sets whether to show errors in the Viewer.
Syntax
'Declaration
Public Property HideErrors As Boolean
public bool HideErrors {get; set;}
Property Value
true
if errors should be hidden; otherwise,
false
.
See Also