ReportParameter.ErrorMessage 속성

An error message, returned when the parameter has failed validation.

네임스페이스:  ReportExecution2005
어셈블리:  ReportExecution2005(ReportExecution2005.dll)

구문

‘선언
Public Property ErrorMessage As String 
    Get 
    Set
‘사용 방법
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)

속성 값

유형: System.String
A read-only String containing the text of the error message.

참고 항목

참조

ReportParameter 클래스

ReportExecution2005 네임스페이스