Prompt プロパティ

パラメーター値の入力を要求するときに表示されるユーザー プロンプト。

名前空間:  Microsoft.ReportingServices.OnDemandReportRendering
アセンブリ:  Microsoft.ReportingServices.ProcessingCore (Microsoft.ReportingServices.ProcessingCore.dll)

構文

'宣言
Public ReadOnly Property Prompt As ReportStringProperty
    Get
'使用
Dim instance As ReportParameter
Dim value As ReportStringProperty

value = instance.Prompt
public ReportStringProperty Prompt { get; }
public:
property ReportStringProperty^ Prompt {
    ReportStringProperty^ get ();
}
member Prompt : ReportStringProperty
function get Prompt () : ReportStringProperty