all groups > sql server reporting services > december 2005 > threads for friday december 30
Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
PDF Image Rendering issue with SP/2
Posted by beau.button NO[at]SPAM gmail.com at 12/30/2005 1:29:39 PM
When i export a report to PDF using the preview, my images are
seriously pixelated. I've updated to the SP2 and the issues still
occur.
Any advice would be greatly appreciated.
... more >>
Q: convert this to Code
Posted by JIM.H. at 12/30/2005 11:59:02 AM
Hello,
This is my code in C#
DateTime sYear = new DateTime(Now(),1,1);
DateTime q1Start = sYear;
DateTime q2Start = sYear.AddMonths(3);
DateTime q3Start = sYear.AddMonths(6);
DateTime q4Start = sYear.AddMonths(9);
DateTime q1End = q2Start.AddDays(-1);
DateTime q2End = q3Start.AddDays(-1)... more >>
selecting datasource when redistributing reports
Posted by Craig L at 12/30/2005 11:07:51 AM
Hi,
Thanks to an earlier post, I can distribute report to our client base =),
but I have hit a new snag.
The connection string used to create the report is not the string needed on
the client sites. Is there a way to automagically update the connection
string in a report with the correct i... more >>
Basic Reporting Services / Analysis Server report - flattened rowset problem
Posted by JoelBarish at 12/30/2005 10:59:08 AM
I am just getting started with Reporting Services 2000 and I need some
help PLEASE! My source is MSAS 2000 cube. This whole flattened rowset
is confusing me. Insight will be HUGELY appreciated.
I have a MSAS hierarchy that looks like this:
WORLD
-North America
---USA
---Canada
---Mexico... more >>
Requirements for installing this product on a W2003 server?
Posted by __Stephen at 12/30/2005 8:06:46 AM
I wanted to try a test drive of the product on my new web server, but I get
a warning that it won't install. Warning is worthless because it says that
something isn't present, but fails to mention what that is. No # to cross
reference.
So what do you need to have on a fresh install of W20... more >>
How to deploy report from QA to PROD without changing data source
Posted by Mike Kelly at 12/30/2005 6:49:03 AM
Hi. I love the time-saving features of Reporting Services. I desing my report
in VS2005. Then deploy them to my QA server and, when that passes testing,
put it into my PROD environment. That all works very nicely.
I have defined 2 data sources, one for QA and one for PROD. What gets to me
... more >>
Report Deployment Error:
Posted by Thyagu at 12/30/2005 6:10:02 AM
Hi while deploying the reports to the server I get the following error.
Server did not recognize the value of HTTP Header SOAPAction:
http://schemas.microsoft.com/sqlserver/reporting/2003/10/reportingservices/ListSecureMethods.
Could anyone help me to overcome this?
Please mention if any c... more >>
Report Model and Security Filter
Posted by Michael Schwabl at 12/30/2005 5:40:03 AM
I have a single database which will be shared by many customers.
So the idea was to design a "Report Model" and use Security Filters to make
sure that customers only see data belonging to them. Each tabel has a field
called ClientID.
How can one design a single report model which asures that... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Resources of reporting service programming
Posted by Joe at 12/30/2005 3:31:02 AM
All resources of reporting service programming(web site)... more >>
Local mode in asp.net web app
Posted by Joe at 12/30/2005 3:29:02 AM
Dear all,
Can i use local mode of reporting service in asp.net web application?... more >>
|