Intersoft ClientUI Documentation
ClearError Method
See Also  Send Feedback
Intersoft.Client.UI.DocumentViewers Namespace > SqlReportParameterMetadata Class : ClearError Method






propertyName
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

Visual Basic (Declaration) 
Public Sub ClearError( _
   ByVal propertyName As String _
) 
Visual Basic (Usage)Copy Code
Dim instance As SqlReportParameterMetadata
Dim propertyName As String
 
instance.ClearError(propertyName)
C# 
public void ClearError( 
   string propertyName
)
Delphi 
public procedure ClearError( 
    propertyName: String
); 
JScript 
public function ClearError( 
   propertyName : String
);
Managed Extensions for C++ 
public: void ClearError( 
   string* propertyName
) 
C++/CLI 
public:
void ClearError( 
   String^ propertyName
) 

Parameters

propertyName
The name of the property or column to retrieve validation errors for.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 All Rights Reserved.