Viewing 10 posts - 1 through 10 (of 10 total)
You have to use the "go to url" action, and your URL should look like this:
="void(window.open('"
& cstr(Globals!ReportServerUrl)
& "/Pages/ReportViewer.aspx?"
& cstr(Globals!ReportFolder)
& "%2F[Report Name]&rc:Parameters=false&rs:Command=render"
& "&any parameters you...
June 4, 2012 at 5:19 pm
I was having this problem too.
I fixed it by remote desktop'ing into the server that the SQL Server Agent was running on. Instead of logging in with my own...
November 18, 2010 at 5:05 pm
This link gave me the answer. Thanks for your help!
http://stackoverflow.com/questions/915999/password-protecting-an-excel-file-in-c
October 27, 2010 at 10:56 am
I've been able to export the report to an Excel file, but I'm having trouble figuring out how to Encrypt the new file. Below is the code in my...
October 25, 2010 at 2:43 pm
Using SSIS Script Task(Excel COM Components) encrypt the file
How do I do this part?
Do you have any examples or reading that you can point me to?
I did a google and...
October 8, 2010 at 11:33 am
Bump!
I'm trying to do the same exact thing but haven't found anything yet.
October 7, 2010 at 4:35 pm
Try adjusting your page margins.
I kept getting an extra blank page after every page break when I exported my report to PDF.
I fixed it by decreasing...
August 13, 2010 at 1:01 pm
Thanks Steve, that definitely helps.
April 27, 2010 at 2:54 pm
Hi Steve,
I appreciate your help with this.
If I understand correctly, summary tables are created in a warehouse to help with query performance, since the aggregations are pre-calculated.
Also, when...
April 26, 2010 at 2:04 pm
That makes sense.
Just to be clear, all fact tables in a cube have to be the same granularity. There can't be two fact tables of different granularity...
April 26, 2010 at 1:32 pm
Viewing 10 posts - 1 through 10 (of 10 total)