Gets or sets the prompt strings for each data source associated with a report.

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 ReportDataSource[] DataSourcePrompts { get; set; }
Visual Basic (Declaration)
Public Property DataSourcePrompts As ReportDataSource()
Visual C++
public:
property array<ReportDataSource^>^ DataSourcePrompts {
	array<ReportDataSource^>^ get ();
	void set (array<ReportDataSource^>^ value);
}

Remarks

These prompts are for data sources that can potentially accept credentials. You may still provide different credentials even if credentials have already been provided in the session and the CredentialsRequired property is false.

See Also