共用方式為


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

屬性值

型別:Microsoft.ReportingServices.OnDemandReportRendering.ReportStringProperty
A ReportStringProperty object.

請參閱

參考

ReportParameter 類別

Microsoft.ReportingServices.OnDemandReportRendering 命名空間