ReportParameter.Prompt Property
Gets an expression that evaluates to the user prompt to display when asking for parameter values.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property Prompt As ReportStringProperty
Get
'Usage
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
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.ReportStringProperty
A ReportStringProperty object.