Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Sets data source credentials for the report.
Namespace: Microsoft.Reporting.WinForms
Assembly: Microsoft.ReportViewer.WinForms (in Microsoft.ReportViewer.WinForms.dll)
Syntax
public void SetDataSourceCredentials(
IEnumerable<DataSourceCredentials> credentials
)
public:
void SetDataSourceCredentials(
IEnumerable<DataSourceCredentials^>^ credentials
)
member SetDataSourceCredentials :
credentials:IEnumerable<DataSourceCredentials> -> unit
Public Sub SetDataSourceCredentials (
credentials As IEnumerable(Of DataSourceCredentials)
)
Parameters
credentials
Type: System.Collections.Generic.IEnumerable<DataSourceCredentials>A set of data source credentials to submit to the report server.
See Also
ServerReport Class
Microsoft.Reporting.WinForms Namespace
Return to top