Viewing 12 posts - 1 through 12 (of 12 total)
Hi all,
I found the solution. You have to add the device info
string devInfo = @"<DeviceInfo><HTMLFragment>True</HTMLFragment></DeviceInfo>";
Then you apply this device info to the render function.
thanks,
qdtb
May 17, 2012 at 1:38 pm
Thanks Daniel,
I will be looking into that.
May 17, 2012 at 11:00 am
If a report is not published it should not be in the Catalog table. I just delete a report from report manager, and I don't see it any more in...
July 8, 2010 at 11:57 am
are you creating a new project or are you using the same one?
if you are creating a new project, you can copy and paste the shared datasources from the other...
July 8, 2010 at 11:37 am
the master DB saves the logins, so you will have to recreate the logins on the new server.
You can use this script to transfer the logins from 2K to...
July 8, 2010 at 11:34 am
I would run the Batch Execution Statistics, Object Execution Statistics, and Top queries by average IO/CPU server reports. These reports will not give you the duration, but at least will...
July 5, 2010 at 10:30 pm
Maybe you should use a different directory. My report is designed to keep everybody other than you away from it. Try creating a new folder, and deploy the report to...
July 4, 2010 at 12:22 am
Maybe you can add a navigation to a URL, then use the mailto:
for example, mailto:someaddress@company.com. This will allow you to use your local email client to send an email to...
July 4, 2010 at 12:17 am
Maybe you may want to run the next sql code alone to see how long it takes.
SELECT SUM(ISNULL(td.paid_amt,0)) + SUM(ISNULL(td.adj_amt,0))
from transaction_hostory...
July 3, 2010 at 11:53 pm
I don't think you can do this with SSRS. When you render to Excel, it will try to create an Excel file with a format similar to the report. If...
March 5, 2010 at 10:03 am
Sounds like when you click the link, it is using a user that doesn't have enough privileges to connect to the data source. I wonder if you can check...
March 5, 2010 at 9:55 am
Viewing 12 posts - 1 through 12 (of 12 total)