DataSourcePrompt.Prompt 속성

정의

보고서 서버에서 사용자 자격 증명을 물을 때 표시할 프롬프트를 가져오거나 설정합니다.

public:
 property System::String ^ Prompt { System::String ^ get(); void set(System::String ^ value); };
public string Prompt { get; set; }
member this.Prompt : string with get, set
Public Property Prompt As String

속성 값

사용자 프롬프트를 포함하는 String 값입니다.

적용 대상