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
public string Code { get; private set; }
public:
property String^ Code {
String^ get();
private: void set(String^ value);
}
member Code : string with get, private set
Public Property Code As String
Get
Private Set
End Property
Property Value
Type: System.String
A read-only string value.
See Also
Warning Class
Microsoft.Reporting.WinForms Namespace
Return to top