Gets or sets the text that prompts the user to provide parameter values.

Namespace:  PerpetuumSoft.ReportingServices.Viewer.Server
Assembly:  PerpetuumSoft.ReportingServices.Viewer.Server (in PerpetuumSoft.ReportingServices.Viewer.Server.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public string Prompt { get; set; }
Visual Basic (Declaration)
Public Property Prompt As String
Visual C++
public:
property String^ Prompt {
	String^ get ();
	void set (String^ value);
}

Remarks

The default value for the Prompt property which is retrieved from the report definition when a report is firstly published to the report server.

See Also