다음을 통해 공유


ConnectionProperties.Prompt 속성

Gets or sets the prompt text.

네임스페이스:  Microsoft.ReportingServices.RdlObjectModel
어셈블리:  Microsoft.ReportingServices.Designer.Controls(Microsoft.ReportingServices.Designer.Controls.dll)

구문

‘선언
Public Property Prompt As String 
    Get 
    Set
‘사용 방법
Dim instance As ConnectionProperties 
Dim value As String 

value = instance.Prompt

instance.Prompt = value
public string Prompt { get; set; }
public:
property String^ Prompt {
    String^ get ();
    void set (String^ value);
}
member Prompt : string with get, set
function get Prompt () : String 
function set Prompt (value : String)

속성 값

유형: System.String
The prompt text.

참고 항목

참조

ConnectionProperties 클래스

Microsoft.ReportingServices.RdlObjectModel 네임스페이스