Intersoft ClientUI Documentation
ErrorLink Property
See Also  Send Feedback
Intersoft.Client.UI.DocumentViewers Namespace > SqlReportViewer Class : ErrorLink Property






Gets or sets the addtional URL when an exception occur.

Syntax

Visual Basic (Declaration) 
<BrowsableAttribute(False)>
Public Property ErrorLink As Uri
Visual Basic (Usage)Copy Code
Dim instance As SqlReportViewer
Dim value As Uri
 
instance.ErrorLink = value
 
value = instance.ErrorLink
C# 
[BrowsableAttribute(false)]
public Uri ErrorLink {get; set;}
Delphi 
public read-write property ErrorLink: Uri; 
JScript 
BrowsableAttribute()
public function get,set ErrorLink : Uri
Managed Extensions for C++ 
[BrowsableAttribute(false)]
public: __property Uri* get_ErrorLink();
public: __property void set_ErrorLink( 
   Uri* value
);
C++/CLI 
[BrowsableAttribute(false)]
public:
property Uri^ ErrorLink {
   Uri^ get();
   void set (    Uri^ value);
}

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.