Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the error code that is assigned to the warning. Read-only.
Namespace: Microsoft.Reporting.WinForms
Assembly: Microsoft.ReportViewer.WinForms (in microsoft.reportviewer.winforms.dll)
Syntax
'Declaration
Public ReadOnly Property Code As String
'Usage
Dim instance As Warning
Dim value As String
value = instance.Code
public string Code { get; }
public:
property String^ Code {
String^ get ();
}
/** @property */
public String get_Code ()
public function get Code () : String
Property Value
A read-only string value.
See Also
Reference
Warning Class
Warning Members
Microsoft.Reporting.WinForms Namespace