[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Rendering.ResolveCredentials

ResolveCredentials Delegate

Gets the credentials for specified report and data source.

Namespace: GrapeCity.ActiveReports.Rendering
Assembly: MESCIUS.ActiveReports.Core.Rendering.dll
Syntax
public delegate LoginPasswordCredentials ResolveCredentials(DataSource dataSource, string reportName)
Parameters
Type Name Description
DataSource dataSource

The data source to locate credentials for.

string reportName

The name of the report to resolve credentials for.

Returns
Type Description
LoginPasswordCredentials Gets the credentials for specified report and data source.

Constructors

Name Description
ResolveCredentials(object, IntPtr)

Methods

Name Description
BeginInvoke(DataSource, string, AsyncCallback, object)
EndInvoke(IAsyncResult)
Invoke(DataSource, string)

Extension Methods