Propriedade Warning.Message
Gets a message that describes the error or warning. Read-only.
Namespace: Microsoft.Reporting.WinForms
Assembly: Microsoft.ReportViewer.WinForms (em Microsoft.ReportViewer.WinForms.dll)
Sintaxe
'Declaração
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)
Valor de propriedade
Tipo: String
A read-only string value.