ReportParameter.Prompt Property
Gets or sets the text that prompts the user to provide parameter values.
Espace de noms: Microsoft.WSSUX.ReportingServicesWebService.RSExecutionService2005
Assembly: ReportExecution2005 (in reportexecutionservice.dll)
Syntaxe
'Déclaration
Public Property Prompt As String
public string Prompt { get; set; }
public:
property String^ Prompt {
String^ get ();
void set (String^ value);
}
/** @property */
public String get_Prompt ()
/** @property */
public void set_Prompt (String value)
public function get Prompt () : String
public function set Prompt (value : String)
Valeur de propriété
A String value containing the text that prompts the user to provide parameter values.
Notes
The default value for the Prompt property is retrieved from the report definition when a report is first published to the report server database with the CreateReport method. If the report definition specifies an empty string, the user will not be prompted for a password unless one is supplied via code or URL access..
Sécurité des threads
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.
Plateformes
Plateformes de développement
Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.
Plateformes cibles
Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.
Voir aussi
Référence
ReportParameter Class
ReportParameter Members
Microsoft.WSSUX.ReportingServicesWebService.RSExecutionService2005 Namespace