ReportExecutionService.SetExecutionCredentials2 Method (DataSourceCredentials )

 

Applies To: SQL Server 2016 Preview

Sets the credentials associated with the current report execution.

Namespace:   ReportExecution2005
Assembly:  ReportExecution2005 (in ReportExecution2005.dll)

Syntax

public ExecutionInfo2 SetExecutionCredentials2(
    DataSourceCredentials[] Credentials
)
public:
ExecutionInfo2^ SetExecutionCredentials2(
    array<DataSourceCredentials^>^ Credentials
)
member SetExecutionCredentials2 : 
        Credentials:DataSourceCredentials[] -> ExecutionInfo2
Public Function SetExecutionCredentials2 (
    Credentials As DataSourceCredentials()
) As ExecutionInfo2

Parameters

Return Value

Type: ReportExecution2005.ExecutionInfo2

An ExecutionInfo2 object containing the new execution.

Remarks

The table below shows header and permissions information on this operation.

SOAP Header Usage

(In) TrustedUserHeaderValue

(In) ExecutionHeaderValue

(Out) ServerInfoHeaderValue

Native Mode Required Permissions

On the main report and all subreports: ReadProperties AND ExecuteAndView

SharePoint Mode Required Permissions

On the main report and all subreports: ViewListItems

If a snapshot exists when the credentials are set and AllowQueryExecution is false, the snapshot will be cleared, and any parameters will be reset to their default values.

If there are multiple data sources that prompt for the same report, you need to specify all of the credentials at the same time. If one set of credentials must be changed, you must supply all of the credentials again.

Credentials are only persisted for the lifetime of the execution, after which they must be specified again.

See Also

ReportExecutionService Class
ReportExecution2005 Namespace

Return to top