Właściwość Warning.Message —
Gets a message that describes the error or warning. Read-only.
Przestrzeń nazw: Microsoft.Reporting.WinForms
Zestaw: Microsoft.ReportViewer.WinForms (w Microsoft.ReportViewer.WinForms.dll)
Składnia
'Deklaracja
Public Property Message As String
public string Message { get; private set; }
public:
property String^ Message {
String^ get ();
private: void set (String^ value);
}
member Message : string with get, private set
function get Message () : String
private function set Message (value : String)
Wartość właściwości
Typ: String
A read-only string value.