all groups > sql server reporting services > may 2006 > threads for tuesday may 23
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
Using Reporting Services with Visual Studio 2003
Posted by Gummy at 5/23/2006 5:11:46 PM
Hello,
Without have SQL Server 2005 installed, is it possible to design a report,
using SQL Server Reporting Services 2005 and have that report displayed on
an ASP.NET page created in VS 2003?
Basically, I have my own Reporting Services to design reports. However, at
work, we only have SQL ... more >>
Visibility of All Groups
Posted by Chris at 5/23/2006 4:07:54 PM
I currently have a report that has groops that look like this:
- Level1
- Level2
Level 3
Level 3
Level 3
+ Level2
+ Level2
Level 3
- Level1
+ Level2
+ Level2
- ... more >>
Using .Render() method seems slow.
Posted by ron at 5/23/2006 1:23:01 PM
I am using the execution service render() and renderstream() methods to
generate streams that are either displayed as a Metafile print preview to the
user or printed. The report is 221 pages long. The render calls seem to be
taking a very long time (40-50 seconds per). Is this functionallity j... more >>
report builder how to
Posted by kamel at 5/23/2006 1:13:56 PM
Is it possible to create following table report:
Col1: All Customers
Col2: Count of Orders in Last 12 months
my customers records get filtered when there is no order is last 12
months
but I'd like to show all customers and count of 0 where there is no
order in last 12 months
any idea?
... more >>
Hide Duplicates help needed
Posted by John A Kushwarra at 5/23/2006 12:48:24 PM
I have a report with 3 cols. All 3 cols have hide duplicates checked.
Here is hat I currently get:
AAA BBB CCC
DDD
BBB
FFF FFF FFF
Here is what I would like to see:
AAA BBB CCC
... more >>
ASP.NET datagrid as datasource
Posted by gallan at 5/23/2006 9:28:28 AM
Hello, I've got an ASP.NET project that populates a datagrid depending
on the search criteria of the end-user. I'd like to take the populated
datagrid as my datasource for my report. Can anyone shed some light on
how to do this or point me in the right direction.
Thanks in advance.
... more >>
Eliminating "Nan" in reports
Posted by SK at 5/23/2006 9:17:02 AM
I'd like to eliminate "Nan" in my reports and I've tried various versions of
IIF, but keep getting an error message.
This is what I want/have:
= Sum(Fields!SubWin.Value, "WinRate1_All")+ Sum(Fields!PrimeWin.Value,
"WinRate1_All")/ Sum(Fields!SubWin.Value, "WinRate1_All")+
Sum(Fields!Prim... more >>
security problem about ReportServer
Posted by David Zhu at 5/23/2006 8:35:01 AM
Hi,
I want to allow the anonymous user to access the
http://server_name/ReportServer Site, but only allow administrators access
the http://server_name/Reports Site(Report Manager).
So I did the following settings in IIS:
1. For Report Manager, check on the integrated windows authenticat... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
AspNetHostingPermission and subscriptions
Posted by Bart at 5/23/2006 8:06:02 AM
Hi,
Since a week the subsriptions are not working anymore.
I'm getting following status error in the subscription page:
Error: Request for the permission of type
System.Web.AspNetHostingPermission, System, Version=1.0.5000.0,
Culture=neutral, PublicKeyToken=b77a5c561934e089 failed
The ... more >>
Printing woes
Posted by jhcorey NO[at]SPAM yahoo.com at 5/23/2006 7:42:59 AM
I have a windows app with the ReportViewer control. I thought it was
printing ok, but now when I try to print:
1. A print dialog pops up. It looks the same as the one that pops up
if I print from notepad.
2. The first time I hit the Print button, nothing happens. The second
time I click ... more >>
Pagebreak before Table and Expression on value Hidden
Posted by Daniel Doerfel at 5/23/2006 6:55:02 AM
Hi Newsgroup,
in an Reporting-Services Report i have a table that is visible/hidden by a
specific parameter and it is set the pagebreak before table to true.
Now if the table is shown in the Report (The expression for the value hidden
returns false) the flag "Pagebreak before table" does n... more >>
Optional report parameters
Posted by beatmasta at 5/23/2006 5:39:02 AM
Hi,
Is it possible to have optional parameters in the report? I have now three
parameters, year, category and product. First the user chooses year and
category. These are used to create a list of available products. Works fine
but now I need to improve that. I would like to add a new paramete... more >>
Local Report not changing back to original report
Posted by l.holmes at 5/23/2006 12:00:00 AM
Hi
I have an aspx page which contains the report viewer control. I am using
this control in local processing mode.
Everything is working correctly except the following case
If I view a report (Report1) and then click on a hyperlink which drills down
to another report (Report2), the new ... more >>
|