all groups > sql server reporting services > august 2005 > threads for monday august 8
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
How to know who has access to which report
Posted by Oleg Bulay at 8/8/2005 5:41:04 PM
What query may I use?
Oleg
... more >>
Printed page count != report page count
Posted by kiran at 8/8/2005 3:37:49 PM
When a report is displayed it is displayed with one page, however when we
print using the activeX print functionality 2 pages are printed. Is there
any way to make the report page numbers be the same as the printed page
numbers?
... more >>
url format
Posted by beeyule at 8/8/2005 3:16:05 PM
I know this issue has been flogged to death on this forum, but I'm still
having difficulties. I'm using this code to open a page from a report...
="javascript:void(window.open('" & Fields!url_address.Value & "','_blank'))"
It works fine, but I get one user, ONE!!......that it doesn't work... more >>
Multivalued parameters
Posted by Martin at 8/8/2005 1:15:19 PM
hi,
i'm testing the new reporting services with sql server 2005. i have the
following problem.
i have a table. the primary key is a type of string. if i select more than
one value in the drop down list i got an syntax error. do anybody got a
solution for this?
thx
Martin
... more >>
Expand/Collapse works from VS but not from IE
Posted by bhc at 8/8/2005 1:06:06 PM
I am using Reporting Services with SP2; SQL Server 2000 with SP4; Windows
2003 Server; 1GB freespace and 1GB RAM.
Previewing my report in either IE (ReportServer) or Visual Studio, the
expand and collapse on my drillthrough works just fine. I can export to
Excel from Visual Studio's previe... more >>
SP2 Export To PDF Error
Posted by Mark Alverson at 8/8/2005 12:42:08 PM
I have a PNG embedded image as the background image for a table in my report.
Everything works great except that since we put reporting services SP2 on
our server when you try to render the report to PDF, Adobe gives the
following error: "insufficient data for an image".
Everything worked ... more >>
YTD Parameters
Posted by bugfish69 at 8/8/2005 12:00:27 PM
I need to set a default start paratmeter for a client report where the period
always begins on Aug 1st. The report & delivery via email on the first day
of each month for the period 8/1/?? through the end of the previous month.
Typically, we run reports for the previous month only and my st... more >>
Round 2...
Posted by Brian Cesafsky at 8/8/2005 11:14:18 AM
I am VERY new to reporting services, so I think this should be an easy one.
I created a simple report that uses a SPROC as the dataset. There are 2
input parameters for the SPROC...
1) a Dealer number
2) a Inventory number.
The dealers are uploading pictures of the inventory items onto m... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Choosing between Crystal Enterprise 11 and Reporting Services 2005:
Posted by Tony at 8/8/2005 10:44:44 AM
If your IT department were in a position to choose between Crystal
Enterprise 11 and Reporting Services 2005, which platform would you choose
and why?
Also, if you don't mind answering one or more of the following questions
that are specific to our decision making:
- What is your overall i... more >>
Dynamically change report grouping
Posted by D Witherspoon at 8/8/2005 10:32:52 AM
Currently our users can filter data but they cannot manually group data
differently without us having to create them a new report with their
required group options.
Is there a way perhaps to hard code maybe 1 or 2 group levels in a reports
and then turn them off or turn them on dynamically ... more >>
How could I create an end user sort report?
Posted by xue yuan at 8/8/2005 10:27:38 AM
Hi all,
I want to create a report that let end user sort the table by click head
of the any column, ascending and descending. How to do that in reporting
service?
My reporting service is in Visual Statdio .Net 2003
Best Regards,
Sebastian... more >>
Rotating Text on X-Axis of a chart
Posted by pietrzbm at 8/8/2005 10:03:01 AM
Is there any way to rotate the text on the X-Axis of a chart to a 45 degree
angle or are the only options horizontal and vertical?... more >>
File Share Delivery of subscription fails
Posted by Berry at JSO at 8/8/2005 10:01:07 AM
I have a subscription that will not deliver to a file share. I've ensured
that the windows acct for share access for the subscription has read/write to
the share.
The error I get in report manager is:
Failure writing file <report name>: The Report Server has encountered a
configuration e... more >>
Failed Compile and Deploy
Posted by JSF at 8/8/2005 9:23:03 AM
This was working this morning...
My network login was set to expire, so I changed my password.
Now I cannot compile or deploy any report. When I try, I get 1 failed in
the Build Output but no error is displayed in the tasks.
I have tried creating a new solution with no luck.
Anoth... more >>
Web Service Credentials
Posted by Kulgan at 8/8/2005 8:04:14 AM
Hi All
I have been attempting to get an ASP.NET app on one server to access a
Report Server web service on another server using Windows Integrated
authentication. This is done in VB.NET code. The crucial security line
of code is:
service.Credentials = System.Net.CredentialCache.DefaultCr... more >>
exporing footer problem
Posted by Anton at 8/8/2005 7:40:10 AM
Hello!
i have a report with a footer in it. The footer contains 2 textboxes. One
for date and the other for page number. When I export the report to excel,
it does not render, or show, these values in the file. When I export the
report to pdf file, it only render, or shows, the date value... more >>
Running SQL Code prior to report generation
Posted by Marek.Dziedzic at 8/8/2005 7:35:06 AM
Hello,
Basically I have a problem where I need to run SQL code to populate a table
which the report then uses to generate data. The "easy" solution is to
included the code before the SQL query in a single dataset.
BUT I am currently using multiple datasets which all need to access the
ne... more >>
How to get Reporting Services faster...
Posted by trint at 8/8/2005 3:36:39 AM
Ok,
I have written our invoice printing software using the rs.render on
Bryan Keller' blog (of Microsoft) to directly send the Invoice with RS
straight to the printer as an EMF. It is painfully slow, but I found
that the speed almost tripples using my development computer which uses
dual Xeon ... more >>
Reports Not Refreshing
Posted by Dave Court at 8/8/2005 3:03:35 AM
Hi
We have a report which is linked to a subreport of further information. The
subreport is simply linked through URL access with querystring parameters. If
however you return to the main report and then click a subreport, we get the
swirling logo (which I assumed would mean that it was ref... more >>
Show values in Column Chart
Posted by DominicB at 8/8/2005 1:01:13 AM
Hi,
This is probably something really simple, but I haven't found a way to
do it:
I have a column chart and need to display the values (the gridlines on
the y axis give an indication but you wouldn't know the exact value).
Thanks for any help,
Dom
... more >>
|