all groups > sql server reporting services > may 2005 > threads for friday may 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 31
RS Certification
Posted by CCP at 5/6/2005 11:01:01 PM
Hi,
Does Microsoft Provide Certification in RS.Where do i find the
information for the same.
Thanks,... more >>
General question about RS
Posted by Joe at 5/6/2005 9:36:02 PM
Dear all,
Several general questions:
1.) Does Report Manager support I.E.6 only (how about 5.5, or 5.0)
2.) Does Report Manager support Netscape?
3.) Reports are only show on browser? Since Crystal Report .Net can embed
the report into windows application through crystalreportviewer, does
... more >>
how to concatenate multiple rows into one
Posted by Adnan at 5/6/2005 7:53:21 PM
I want to Concatenate multiple rows into one string to show on the
report. Can someone help plz.
... more >>
Cascading Parameters
Posted by Mardy at 5/6/2005 7:16:04 PM
All of a sudden I am having problems with cascading parameters. This report,
under development, was working fine earlier in the week. I've started over
and each time I get the same problem. I've been working with cascding
parameters for some time and nver seen this. I've tried everything but... more >>
Cursors inside SQL Functions - Very long execution time
Posted by Sanjay Gandhi at 5/6/2005 3:52:07 PM
I have a report that requires the use of cursors within a function because we
don't have control over the design of the database. So, the datasource for
the report is as follows:
1. Report calls a Stored Proc
2. Stored Proc runs this statement: Select.... dbo.Function()...
3. Inside the Funct... more >>
Displaying 2 records per row
Posted by JBrandt at 5/6/2005 2:15:47 PM
I'm looking to display a list of records with 2 per row.
Record1 Record2
Record3 Record4
What's the best way to do this?... more >>
Disabling 'Export to excel' option when record count >5000 in a re
Posted by Jammer at 5/6/2005 2:00:02 PM
Hi,
I have a report that has two drill downs that drill to about 5000 records
and due to this I am having time out problems while exporting to excel. For
now, we have worked around the timeout problem but what I would like to know
is whether or not there is a way to disable the excel option... more >>
Excel rendering 65536 row limit?
Posted by Mike Sandwick at 5/6/2005 1:41:04 PM
I am experiencing a problem when we are rendering a large report in Excel
format, I get the following error thrown by the ExcelRenderer:
Number of rows in the excel sheet exceeded the limit of 65536 rows.
Has anyone seen this issue? I searched this forum and the SP2 docs.
Thanks,
Mike... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
changing the format for rendering a chart in a report on an aspx p
Posted by Steve at 5/6/2005 12:33:17 PM
Sorriy if this shows up twice. I posted it already but didn't see in the list.
I have some customers that are experiencing the text displaying somewhat
broken up on a report with a chart in it on an aspx page.
If I right click on the report on the page the properties show the chart is
in PNG... more >>
reporting services charts displaying in PNG format on an aspx page
Posted by Steve at 5/6/2005 11:58:05 AM
We have some customers that are seeing some characters displayed kind of
broken up on a chart displayed on an aspx page. They can make out what the
text says but we would like stop that.
If you right click on the chart on the aspx page and look at properties, the
type is a PNG format. I was t... more >>
Page control with the Render Method.
Posted by Mark at 5/6/2005 11:55:32 AM
I know when you render a report as html you lose the report interactivity,
but I recently saw a web cast where they had a code example that allowed you
to get and control the pages being displayed. They said the code was
available in the spring 2005 MSDN Events CD. However I haven't been abl... more >>
Large Textboxes and paging in PDF files
Posted by MR at 5/6/2005 10:24:03 AM
I've got a textbox bound to a text sql server field that contains about four
paragraphs of information. When I export to pdf the page breaks don't work
correctly. It starts a new page unless the entire contents of the field will
fit on the existing page. I would like it to fit what it can o... more >>
Embedded images cause export to .pdf to fail.
Posted by Chris Arnold at 5/6/2005 9:26:27 AM
I am using an embedded image of a signature on my report. It is a small
..jpg. When I run and print the report, everything is ok. When I try to
export it to pdf, the report stops rendering the report when it gets to the
image. I am using Adobe v.7. I tried this using Adobe v.5 and the wh... more >>
Delivery options for reports
Posted by KSA at 5/6/2005 7:47:23 AM
Hello,
We are starting to explore Reporting Services, and I have a question on
report delivery.
I know normally reports would be created, say in VS .NET, and then
published to the report server. From there, users can open the browser-based
Report Manger to view them.
I was wanting t... more >>
Changing control/Property box values
Posted by Catadmin at 5/6/2005 7:35:03 AM
Help!
I'm trying to figure out how to change the values on the properties control
box dynamically. Things such as Hidden, size, font. With the RS format of
<name>!<fieldname>.Value, how are such things called?
Example code (which doesn't work because of compile problems:
=iif(Fields!T... more >>
How to present a interactive report ?
Posted by Joao Maia at 5/6/2005 5:37:23 AM
Hi, I have a solution using owc (2000) and now we have to support printing
owc pivottables. Printing from browser had not been useful and we've tried to
show a sql report instead of a OWC component. So we could print it directly.
But I've not been able to show the reports with minimum interact... more >>
Dynamic formatting of table columns
Posted by Prem at 5/6/2005 5:17:24 AM
I have a table with a few columns in my report and I would like to make some
of the rows show up in bold in the report if the value in one of the column
is within a particular range. Can I do this using Expressions. If so, can
someone post a sample expression or let me know if there is another... more >>
disable pagination
Posted by David at 5/6/2005 5:10:03 AM
Hello
Is it possible to disable pagination? I use the reportviewer component but i
want to see all my data on one page and i don't use drilldowns?
If you can disable it how do you do that?
grtz
... more >>
Cascading Parameters, Drop down lists & the use of "ALL"
Posted by Catadmin at 5/6/2005 5:04:02 AM
I have a report I'm working on (data dictionary) where the team wants to be
able to do the following:
1) Choose "All Tables" and get a report listing all tables with each tables
column names & properties underneath the proper table (ie, the columnName
param would be greyed out if this is ch... more >>
everything on one page
Posted by Koen at 5/6/2005 4:39:19 AM
Hi,
In my reports i usually have 1 tabel. Now, when i run my report, all of my
data (wich can be quite large) is spread out over serveral pages (you can see
on top 'page 1 of 15' eg). Is there a way i can put everything on one page
(so i get page 1 of 1). It doens't matter that it's not ove... more >>
SP2: Linked Reports do not retain page settings from original repo
Posted by Jeanine at 5/6/2005 2:53:23 AM
Hi, we have upgraded to SP2 of reporting services and have found the printing
to be working well and a couple of the other issues that we were waiting on
have been fixed aswell. I only have one other problem now that is preventing
us from rolling out reporting services to our users - Linked r... more >>
No Word wrap
Posted by Joe90 at 5/6/2005 2:28:19 AM
How can I stop word wrap happening? If the data is too big for the column
then I want it truncated.
Any ideas?... more >>
HTML Viewer Toolbar - How to remove help button ?
Posted by vin at 5/6/2005 1:37:29 AM
1.Is there any way to reomove Reporting services help icon from the HTML
Viewer toolbar ??
(Actaully i am calling reports inside an ASP Page ... Inside the report i am
displaying HTML viewer toolbar .. I want to remove Reporting Service help
icon from the HTML Viewer ToolBar)
I am usi... more >>
referencing fields in code
Posted by maple at 5/6/2005 12:56:02 AM
I'd like the user to decide how to group the report. For this I have the
parameter KStar and a piece of custom code.
Under 'Edit group' I use the expression:
=Code.GetGroups(Parameters!KStar.Value )
In the code window I have a function that starts like this:
Public Shared Function GetGroup... more >>
Sorting direction in Table
Posted by Olof at 5/6/2005 12:16:04 AM
I have two parameters for my report, one for choosing column to sort and the
other for choosing direction(Ascending or Descending).
In my tables property i use "=Fields(Parameters!MySortVariable.Value).Value"
in Sort on: Expression.
But how do I use my variable for direction? (I can't put an e... more >>
Dynamic query
Posted by Irina Pippin via SQLMonster.com at 5/6/2005 12:00:00 AM
I use Dynamic Query:
="Select dbo.UserList.UserID FROM dbo.UserList
WHERE dbo.UserList.IncidentID = " & Parameters!IncidentID.Value
While I built the solution I had:
The expression for the query ‘DataSource2’ contains an error: [BC30648]
String constants must end with a double quote.
... more >>
SP2: Hidden fields in report still occupy space when exported to PDF
Posted by Brian Boyce at 5/6/2005 12:00:00 AM
I have a report that allows the user to select which columns they want to
see on the report. The other columns are hidden. However, when I render to
PDF, although the columns are collapsed the overall width of the report
remains as though all columns were shown.
I had hoped SP2 would correc... more >>
Hot fix 821334
Posted by Loke Kit Kai at 5/6/2005 12:00:00 AM
Hi,
Anyone knows where to download the above? The kb article doesn't have a link
to download it.
--
Best Regards,
Kit Kai
MVP (asp.net)
SgDotNet Council Member
Visit Us @ http://www.sgdotnet.org
My Blog: http://community.sgdotnet.org/blogs/kitkai
... more >>
|