Share via


Warning.Message Property

 

Gets a message that describes the error or warning. Read-only.

Namespace:   Microsoft.Reporting.WinForms
Assembly:  Microsoft.ReportViewer.WinForms (in Microsoft.ReportViewer.WinForms.dll)

Syntax

public string Message { get; private set; }
public:
property String^ Message {
    String^ get();
    private: void set(String^ value);
}
member Message : string with get, private set
Public Property Message 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