ReportParameter.Prompt Property
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
public string Prompt { get; }
public:
property String^ Prompt {
String^ get ();
}
/** @property */
public String get_Prompt ()
public function get Prompt () : String
Property Value
A string containing the message to display to the user when the value for the parameters are requested.
Thread Safety
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
See Also
Reference
ReportParameter Class
ReportParameter Members
Microsoft.ReportingServices.ReportRendering Namespace