Intersoft ClientUI Documentation
ClearError Method (SqlReportParameterMetadata)



The name of the property or column to retrieve validation errors for.
Clear the validation error to the property or column supplied in the parameter.
Syntax
Public Sub ClearError( _
   ByVal propertyName As String _
) 
Dim instance As SqlReportParameterMetadata
Dim propertyName As String
 
instance.ClearError(propertyName)
public void ClearError( 
   string propertyName
)
public:
void ClearError( 
   String^ propertyName
) 

Parameters

propertyName
The name of the property or column to retrieve validation errors for.
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

SqlReportParameterMetadata Class
SqlReportParameterMetadata Members

Send Feedback