次の方法で共有


ReportParameter.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

プロパティ値

型: Microsoft.ReportingServices.OnDemandReportRendering.ReportStringProperty
ReportStringProperty オブジェクト。

関連項目

参照

ReportParameter クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間