all groups > sql server reporting services > august 2004 > threads for tuesday august 17
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
Customizing Report Manager Interface
Posted by Mick B at 8/17/2004 11:43:02 PM
Is it possible to customize the Reporting Services Report Manager interface?
What I am wanting to do is display the reports in a tree view.
... more >>
Chart rendering problem
Posted by anonymous NO[at]SPAM discussions.microsoft.com at 8/17/2004 11:06:29 PM
Hi
I have a report that has a chart also. When I try to
render the report the chart that is supposed to be
displayed as a picture does not show up and there is some
junk text right after the chart area.
Can anyone please tell me what can be wrong here.
The chart shows up perfectly in ... more >>
Images as project
Posted by Daniel at 8/17/2004 6:03:21 PM
Hi, i have just using the images as project, but strange thing happen...
when i preview the project, it's alright, and if i export from the preview,
i can see the pictures, but if i open the report using http:// or right
clicking the solution and click run, , the picture doesn't show up... and... more >>
Chart Help! I must be stupid!!
Posted by geomanks NO[at]SPAM yahoo.com at 8/17/2004 5:41:41 PM
OK, I have done 1000s of excel charts. Paste in the data, select the
data, insert chart and it works.
I am trying to do a simple line chart in RS and can't figure it out
after two hours. Maybe it is time to quir coding! My query returns the
following:
Product, Month1, Month2, Month3, Month4... more >>
Using variables to hold calculations in a report
Posted by steve.pantazis NO[at]SPAM salesviz.com at 8/17/2004 4:49:19 PM
I'm going crazy. In Crystal Reports I was able to use variables to
hold calculated values. In Reporting Services I see no equivalent. I
need to write several formulas, setting x to the result of one
formula, y to the result of another, and then z to a calculation based
on x and y, and so on. ... more >>
Using variables to hold calculations in a report
Posted by steve.pantazis NO[at]SPAM salesviz.com at 8/17/2004 4:49:11 PM
I'm going crazy. In Crystal Reports I was able to use variables to
hold calculated values. In Reporting Services I see no equivalent. I
need to write several formulas, setting x to the result of one
formula, y to the result of another, and then z to a calculation based
on x and y, and so on. ... more >>
Previous() function not working with scope parameter.
Posted by Rick Todd at 8/17/2004 4:31:47 PM
This works:
=Previous(Fields!Jobs.Value)
The following variants get this error:
"The value expression for the textbox 'textbox17' has an incorrect number of
parameters for the function 'Previous'."
=Previous(Fields!Jobs.Value,"scope")
=Previous(Fields!Jobs.Value,Nothing,"scope"... more >>
Unable to communicate with report server.
Posted by hmnpa NO[at]SPAM hotmail.com at 8/17/2004 3:46:02 PM
Hi,
My Report manager was working fine, but today i am getting the
following error.
"Unable to communicate with report server. Please verify that the
report server is operational"
Please let me know what is the reason for not communicating report
server with SQl server?
Thanks
Hussain... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Installing SP1
Posted by Lisa Liputra at 8/17/2004 3:43:31 PM
Hello,
I would appreciate some help into my problem with the
install of SP1 on my Win2K machine.
The popup error says:"SQL setup failed to connect to te
database service for server configuration." And in the
error logs:"[Resource Error] We were unable to load the
resource: IDS_PROPERTI... more >>
Passing DataSet's into Custom Code
Posted by aplearner at 8/17/2004 2:51:03 PM
Is it possible to send a DataSet to a Custom code from the report. I am
planning to use .net dll's in my report as a custom code.
Thanks... more >>
Matrix column drill down
Posted by MikeS at 8/17/2004 2:43:03 PM
I have a matrix with a row grouping of project and a column grouping of
project manager. I am summing the gross margin, labor cost, and gross
profit. Is there a way to only display the gross profit initially, but
supply a drill down on that field to display the sum of the other two fields
... more >>
configuring user security problem!
Posted by saumin_patel NO[at]SPAM hotmail.com at 8/17/2004 2:07:23 PM
Hi,
I am new to sql reporting services. I have just installed sql
reporting service sp1. We have our own web app which uses forms
authentication. I have a page where i use reportviewer control (which
came along with samples)...to run a report...there is a separate
physical report server and on ... more >>
Horizontal line width
Posted by Mark at 8/17/2004 1:36:55 PM
Is there any way to set the width of a line to 100% ? I'm building reports
that have a horizontal line seperator between tables and I want the line to
span 100% of the report viewer window. Right now the line falls short of the
end of the window and if I extend it longer, it creates a horizontal
... more >>
Constant Errors on Simple Sums... Why?
Posted by datagal NO[at]SPAM msn.com at 8/17/2004 12:20:54 PM
There seems to be a concept I'm not grasping. I don't understand why
I can't get a simple sum...
I have a singe table report based on a single dataset and all I want
to do is summarize some financials at 4 group levels.
I get both of these errors for every Sum expression in a report:
"A va... more >>
check box in parameters
Posted by RK Balaji at 8/17/2004 12:19:12 PM
How do I display check boxes in parameters.. I want the user to be able to
select multiple options that can be passed into the Query.. please help.
For example,
Select * from branch where branchregion in ('NORTHEAST','SOUTHWEST','
SOUTHEAST')..
RK
... more >>
cant comm with RS
Posted by Gary D. at 8/17/2004 11:53:22 AM
After installing SP1 Report Manager can't communicate with Report Server.
Error says...
Unable to communicate with report server. Please verify that the report
server is operational.
The report server service is running. I rebooted after installing sp1.
Any ideas?
Thanks,
Gary
... more >>
SetCacheOptions not allowing cache to be turned off
Posted by junk NO[at]SPAM lil-idaho.com at 8/17/2004 11:47:14 AM
I'm creating a deployment capability and am running into an issue with
SetCacheOptions. According to the documentation, you can turn off
caching by passing in "false" and a value of null for the the
expiration definition. So I'm doing the following:
if (report_.ExecutionSettings == Execution... more >>
Conditional Formatting (alternating row colors for groups)
Posted by David Swanson (Thomson FindLaw) at 8/17/2004 11:19:02 AM
I know you can do alternating row colors by doing something like this:
=iif(RowNumber(Nothing) Mod 2, "PaleGreen", "White")
But how does one do alternating row colors at the group level? The above
expression if placed on the group often colors several adjacent rows the same
color.... more >>
Problem after installing SP1
Posted by G. Dean Blake at 8/17/2004 11:14:09 AM
We can't print reports anymore from our asp.net application after installing
SP1. No other changes were made.
Screen says "Reporting Services Error"
"The current action cannot be completed because the user data source
credentials that are required to execute this report are not stored in th... more >>
removing parameters
Posted by Leon Chuck Gosslin at 8/17/2004 10:33:38 AM
I created a report and gave a column a parameter in the data definition.
When I do a preview it gives a textbox to enter the parameter. Works fine.
I don't like the name of the parameter and change it in the data definition.
Now when I do a preview, I get two textboxes for parameters, one for th... more >>
RSActivate Error
Posted by Jason Nissen at 8/17/2004 10:33:15 AM
I am getting the following error when attempting to run RSActivate to add a
server to a web farm:
Failure starting the web service:
The local NT service is not activated
The log file contains the following entries:
w3wp!crypto!7c8!08/17/2004-10:30:11:: i INFO: Initializing crypto ... more >>
using CSS with reporting services
Posted by Gerard Paratte at 8/17/2004 10:26:08 AM
Hi,
We would like to switch from Crystal Report to Reporting Services but we are
using CSS in our existing report's templates.
Does anybody know if RS is compatible with CSS ?
Thanks,
Gerard
... more >>
Chart not being rendered properly in MHTML format -- URGENT
Posted by Ravi at 8/17/2004 10:05:47 AM
Hi
I have a report that has a chart also. When I try to
render the report the chart that is supposed to be
displayed as a picture does not show up and there is some
junk text after the chart.
Can anyone please tell me what can be wrong here.
The chart shows up perfectly in the preview... more >>
**URGENT** -- Page Break Error in Custom Report Viewer
Posted by Raj Chidipudi at 8/17/2004 9:33:01 AM
Hi Guys,
We are using in our application , the "Report Viewer" Component which comes
as part of the Reporting services Samples .
We are having a problem when viewing the data in "Report Viewer" as
explained below.
There is a Group Expression on the List in the Report and the option "Insert
... more >>
How to pass large parameters
Posted by montgoss NO[at]SPAM hotmail.com at 8/17/2004 9:18:19 AM
How do I pass a long parameter value to a report? This would be
longer than the 2038 character limit of a URL .
Do I need to use SOAP? Is there a limit with that?
Is SOAP something I have to install seperately? Or should it already
be installed with .NET 2003 and reporting service?
I a... more >>
Simple question about default font
Posted by David Bows at 8/17/2004 8:59:44 AM
Hi,
Is there anyway to change the default font on a report so that I do not have
to keep changing it for each control that I drop on the report??? I have
looked all over for this and cannot seem to find it.
Thanks,
David Bows
... more >>
how to configure database settings from config file?
Posted by Carolyn Vo at 8/17/2004 8:58:24 AM
Hi guys,
I am very new to Reporting Services, so please bear with me here. I am
curious about how we can configure the database server, database name, and
login data using data from a properties file so that when Reporting Services
and the Report Server start up, they have all the data they n... more >>
How to export in csv format WITHOUT the header?
Posted by John at 8/17/2004 8:07:48 AM
How do I export the file to csv format WITHOUT the header in the file (I
don't want the header).
is there away for me to include the rc:NoHeader=True in the SQL string?
Please Help!
Thanks :)
... more >>
Re: url access
Posted by Dennis Yi at 8/17/2004 8:00:10 AM
Sorry, guys, my mind is wondering and get frustrated with RS. here is
what i
was trying to do:
1.using reportviewer (which is from MSDN sample) in a asp.net web app.
2. I can create report, modify report ..
3. when i view the report in out web app, since the reportview is using
URL
access to ... more >>
Passing Parameters from one report to another
Posted by Gerry at 8/17/2004 7:04:00 AM
Need to pass the chosen Sunday from the Summary report to
the Detail report as the endDate parameter displaying the
results without promting the user.
First report is 'Summary' report: It has 2 data sets:
stored_proc1 @endDate, &
stored_proc2_all_previous_Sundays (result is 'prevSunday'
... more >>
Import Access Reports
Posted by Huey at 8/17/2004 5:53:03 AM
I had been successfully importing Access reports into SQL Reporting Services.
Now all of sudden when I go to the Project menu to select the Import option,
it's no longer there. I can't find it anywhere now. The only thing that I've
done since I was able to import is, load XPsp2. Am I missing s... more >>
Setting Device Information Settings for subscriptions
Posted by Alex Pilsworth at 8/17/2004 3:19:20 AM
I want to set up a subscription for e-mail delivery of a
report in Excel without the document map as the first
sheet. I cannot find any a of setting this when creating
the subscription. Is there any way of doing it?... more >>
how to read database connection data from a properties file??
Posted by Carolyn Vo at 8/17/2004 1:01:27 AM
Hi guys,
I am very new to Reporting Services, so please bear with me here. I am
curious about how we can configure the database server, database name, and
login data using data from a properties file so that when Reporting Services
and the Report Server start up, they have all the data they n... more >>
Reporting Service Install Error 1603
Posted by Jason Lees at 8/17/2004 12:31:02 AM
All,
We recently tried to upgrade to the release version of Reporting Services
from Rossetta, unfortunatly the upgrade failed halfway through, and no matter
what i try i cannot get past the point where error 1603 is reported.
I've even tried to uninstall and it says that Reporting servi... more >>
|