ReportParameter.Prompt 属性
Gets an expression that evaluates to 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