Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the message to display to a user when asking for parameter values.
Namespace: Microsoft.ReportingServices.ReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property Prompt As String
Get
'Usage
Dim instance As ReportParameter
Dim value As String
value = instance.Prompt
public string Prompt { get; }
public:
property String^ Prompt {
String^ get ();
}
member Prompt : string
function get Prompt () : String
Property Value
Type: System.String
A string containing the message to display to the user when the value for the parameters are requested.