Prompt 屬性
The user prompt to display when asking for parameter values
命名空間: 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