Report Builder 3.0 - Dataset Credentials Do Not Work

后端 未结 3 1500
你的背包
你的背包 2021-02-14 13:24

I am using SSRS 2008 R2 and Report Builder 3.0. I set up a shared data source via the browser (http://myserver/reports/) wherein the \"credentials are stored securely in the rep

3条回答
  •  萌比男神i
    2021-02-14 13:44

    To accomplish what you are attempting, it sounds like you will need to use windows integrated security.

    According to MSDN stored credentials are not passed to client applications. They are for use only by the report server for things like scheduled reports.

    http://msdn.microsoft.com/en-us/library/ms159736.aspx

    I can tell you that the prompt "Enter Data Source Credentials" is looking for SQL authentication, not domain accounts.

提交回复
热议问题