Właściwość ReportParameter.ErrorMessage
Komunikat o błędzie zwracane, gdy parametr nie powiodło się sprawdzenie poprawności.
Przestrzeń nazw: ReportExecution2005
Zestaw: ReportExecution2005 (w ReportExecution2005.dll)
Składnia
'Deklaracja
Public Property ErrorMessage As String
Get
Set
'Użycie
Dim instance As ReportParameter
Dim value As String
value = instance.ErrorMessage
instance.ErrorMessage = value
public string ErrorMessage { get; set; }
public:
property String^ ErrorMessage {
String^ get ();
void set (String^ value);
}
member ErrorMessage : string with get, set
function get ErrorMessage () : String
function set ErrorMessage (value : String)
Wartość właściwości
Typ: System.String
Tylko do odczytu ciąg zawierające tekst komunikatu o błędzie.