ItemParameter.ErrorMessage 속성

Gets the error message returned when a parameter value has failed validation.

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

구문

‘선언
Public Property ErrorMessage As String 
    Get 
    Set
‘사용 방법
Dim instance As ItemParameter 
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 String value that contains the error message returned when a parameter value has failed validation.

주의

This property may be used to display error messages to the user.

참고 항목

참조

ItemParameter 클래스

ReportService2010 네임스페이스