reportmanager

Upload a report file to Report manager via .net application?

人走茶凉 提交于 2019-12-23 02:25:09
问题 I want to upload report files via c# application to the report manager.(mean Like simple Upload, select a report file and then upload selected file into report manager). I use this sample and when i upload file an exception occurred the remote server returned an error: (401) unauthorized ** my code ** WebClient webclient = new WebClient(); webclient.UploadFile("http://server-report/Reports/Pages/", Source); -> source refer to selected file path. so if walking in right way so how resolve that

SSRS Report Manager (2008R2) will not save Windows credential password in data source

情到浓时终转凉″ 提交于 2019-12-11 19:57:05
问题 On a test server, we have a data source using "Credentials stored securely in the report server" and "Use as Windows credentials when connecting to the data source". The account is a domain account. If I enter the password and click "Test Connection" I get "Connection created successfully" but the password box empties and when I click "Apply", the password isn't saved. I have all rights on the folder and am set up as a Systems Administrator role in Site Settings. Our other test servers are

SSRS Report stucks at loading IE 11

徘徊边缘 提交于 2019-12-09 16:32:26
问题 We are running SQL Server 2008 R2. All these reports were working fine until we upgraded IE from 10 to 11. Every time we run a report, it will just stuck at loading forever. Tried changing the document mode to other versions. 回答1: Per the OP, add the site to Compatibility View. It's also possible that the browser detection needs to be updated on the server side for .Net per this blog article. Basically, there's a hotfix for ASP.Net 4.0 and one for ASP.Net 3.5sp1 and ASP.net 2.0 that you need

Where are my reports?

老子叫甜甜 提交于 2019-12-02 03:44:29
问题 I can see the SSRS reports via the Report Manager in the browser. I know what database server it's pointing to. How do I find where the source .rdl files are kept? 回答1: The source file is stored in the ReportServer database of the SSRS instance you're looking at. See Report Server Database in Books Online: The report server database is a SQL Server database that stores the following content: Items managed by a report server (reports and linked reports, shared data sources, report models,