all groups > sql server reporting services > june 2005 > threads for monday june 6
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
How to create configurations ?
Posted by Peter at 6/6/2005 8:01:54 PM
When I attempt to create a new configuration named QA in
configuration manager.
I enter QA in the Solution Configuration Name and copy
setting from <Default>. I also select the checkbox "Also
create new project configuration". After pressing the OK
button, I cannot find the new configur... more >>
Can SQL Reporting and Crystal Web go on same web server?
Posted by janda at 6/6/2005 7:47:04 PM
Has anyone installed SQL Reporting Services on a web server that's already
hosting Crystal Web? Curious if this will work. Thanks!... more >>
What is configurations ?
Posted by Peter at 6/6/2005 6:12:28 PM
I am new to Reporting Services. When I publish report to
the Reporting Server, I find that there are a number of
configurations.
The current one is Active(Debug) and there are some others
like production ....
I would like to know what are configuration in RS ? Can
we only publish rep... more >>
Custom Assembly
Posted by new.microsoft.com at 6/6/2005 4:48:12 PM
We have written a custom assembly which makes a call to database and
executes one stored procedure and based on stored procedure returned value a
method called IsAuthorized() returns true or false. In the development
environment assembly and report behaves properly. But when we deploy it to
prod... more >>
Mix Scatter and Line in Reporting Services Charts
Posted by GH at 6/6/2005 4:07:15 PM
I want to display the data points as a scatter chart with a line for
'expected'. I can mix bar and line but not scatter and line. Also tried to
over-lay two chart (which of course fails when viewed in html.... more >>
Dynamic labels for X and Y-axis in a chart
Posted by PV at 6/6/2005 3:52:06 PM
Hi
Is there a way in which I can set the labels for the X and Y axes for a
chart programatically? The values for the labels are returned from the
database...
I already have a stored proc which acts as the source for the chart. I might
have the labels retrieved as a seperate query from the... more >>
Dynamic datasource name
Posted by PV at 6/6/2005 3:46:01 PM
Hi
Is there a way we can define the datasource name/connection string for a
report in a config file... and read it from there so that it would make the
job of deploying across various servers easy?... more >>
Editing dataset definitiion
Posted by mobilegolfer at 6/6/2005 3:17:14 PM
I think I'm setting myself up for a big "doh!", but once you've created a
dataset for a report, how do you bring up the definition dialog again to make
a change? I must be missing something obvious.
Thanks!... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
how to handle & in value passed via url
Posted by MJ Taft at 6/6/2005 12:11:04 PM
I have a report that is being requested from an asp page that is building a
url.
It is passing the client name as one of the parameters and some of the
client names have ampersands in them (L & M Communications) How do I pass
the value that contains an ampersand? Similarly ... would a comma... more >>
I want to Display records by Page
Posted by DotNet Guerrilla at 6/6/2005 11:02:02 AM
Hi,
I am in the process to building a report using Reporting Services. The
report are invoices but I want the invoices to display one per page. I am
using a List and the report display invoice 1 , 2, 3 in the same page and I
want to diplay Invoice 1 in Page 1, Invoice 2 in Page 2 and so on.... more >>
Row Hiding in a Matrix
Posted by Tolga at 6/6/2005 10:15:34 AM
Hi,
I have a P&L report that I am trying to produce. Due to the many
column groups, I prefer to use the matrix method.
However, I can't seem to surpress duplicate rows that are created
because in some instances the total value of the outer row group is the
same as the total value of the in... more >>
Query Performance from Reporting Services
Posted by Jace at 6/6/2005 10:08:18 AM
Hi,
Has anyone had any problems with running queries from Reporting Services
that perform 300x slower than from other sources? Any Ideas of what may
cause this?
I have a query that uses an Indexed View and runs in 8 seconds if I run it
from QA, but RS takes 30 minutes. All indications ... more >>
doing a calculation from subtotals textboxes
Posted by RSNewbie at 6/6/2005 9:39:23 AM
Hi guys,
I'm very new to reporting services. I have a question.
I have to do a calculation based on the subtotals number. For example:
Column 1 = I have numbers and then I have a Subtotal 1, which is the
sum of these numbers
Column 2 = I have numbers and then I have a SubTotal 2, which is t... more >>
does Level() do anything?
Posted by letuce dance at 6/6/2005 9:21:02 AM
enclosed is the complete rdl for a report that has a table, contains groups
and calls the level function.
Returns the current level of depth in a recursive hierarchy. it looks like
the recursive part does not work?
what am I missing here?
<?xml version="1.0" encoding="utf-8"?>
<Report... more >>
Data Source For Report Model Project
Posted by Geek at 6/6/2005 8:42:09 AM
When I tried to generate ad-hoc reports with Microsoft reporting services
2005 (april CTP), it generally ask for the tables and views. Is there a way
that I can just put in a stored procedure and use the results as a data
feeder for the report model? Thanks.... more >>
format date parameter
Posted by Jim at 6/6/2005 8:28:02 AM
Hi,
I need to format a datetime parameter to date only but it does not seem to
work for me. My parameter = DateAdd("d",-5,Format(Now(),"d")) but it it
includes time. I need to convert it to MM d yyyy.
Thanks,
Jim... more >>
chart line style
Posted by Oliver at 6/6/2005 8:17:12 AM
Hi,
Could I change the line style for chart? The default chart lines are solid
with different colors. I'd like to change solid lines to dotted or dashed
lines. Could anybody know how to do it?
Thanks.
Oliver... more >>
Custom Rendering
Posted by David DOS SANTOS at 6/6/2005 1:34:48 AM
hi all,
I want to "create" a renderer for RS (2000). I read some articles on
this topic, and i found this technical sample for RS 2005 :
Display Your Data Your Way with Custom Renderers for Reporting Services
:
http://msdn.microsoft.com/msdnmag/issues/05/02/CustomRenderers/default.aspx
I... more >>
Showing reports in chinese
Posted by Chiara at 6/6/2005 1:04:02 AM
Hi
I have a web application (in chinese) and i am using MS reporting tool to
generate the reports.
How do i display the data on my reort in Chinese Characters? My data is
stored in English in MSSQL.
Also, how can the report manager GUI display in Chinese ie. the parameter
prompts, th... more >>
Using the rc:Stylesheet parameter with the ReportViewer server control
Posted by Corey Crumbaugh via SQLMonster.com at 6/6/2005 12:00:00 AM
I've tried the following and nothing changes when I launch the report:
(1) Installed SP1 on my dev machine (client RS)
(2) DBA installed SP1 on the server (server RS)
(3) Copied the htmlviewer.css file, modified, and had the DBA save the new
file in the Styles directory on the server
(4) Reco... more >>
Reporting Services LogFiles location
Posted by dave lockard via SQLMonster.com at 6/6/2005 12:00:00 AM
How can I change the log file location? I need to move the
ReportingServicesService<date>.log files from the default location of
Microsoft SQL Server\MSSQL\Reporting Services\LogFiles to another
drive/location.
I just cannot find the entires. Any help is appreciated.
TIA -
- dave
--
... more >>
|