[]
Gets the credentials for specified report and data source.
public delegate LoginPasswordCredentials ResolveCredentials(DataSource dataSource, string reportName)
Type | Name | Description |
---|---|---|
DataSource | dataSource | The data source to locate credentials for. |
string | reportName | The name of the report to resolve credentials for. |
Type | Description |
---|---|
LoginPasswordCredentials | Gets the credentials for specified report and data source. |
Name | Description |
---|---|
ResolveCredentials(object, IntPtr) |
Name | Description |
---|---|
BeginInvoke(DataSource, string, AsyncCallback, object) | |
EndInvoke(IAsyncResult) | |
Invoke(DataSource, string) |