DataSourceDefinition.Prompt Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the prompt that the report server displays to the user when it prompts for credentials.
public:
property System::String ^ Prompt { System::String ^ get(); void set(System::String ^ value); };
public string Prompt { get; set; }
member this.Prompt : string with get, set
Public Property Prompt As String
Property Value
A String
that contains the prompt.
Remarks
If the CredentialRetrieval property is not set to Prompt, this value is ignored.
If multiple data sources are associated with a report and the report's connection CredentialRetrieval setting is set to Prompt, the report server prompts for each data source.