all groups > sql server reporting services > june 2006 > threads for thursday june 15
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
Custom Code and Report Parameters
Posted by QM06 at 6/15/2006 2:53:02 PM
Can custom code reference the values of report parameters?... more >>
Using pdf rendering with printer delivery extension
Posted by rsbossdaddy at 6/15/2006 12:30:44 PM
Hi all. I've read a couple of threads and still haven't gotten this
working. When I run a data driven subscription with the printer
delivery extension and change the line
m_files = notification.Report.Render("IMAGE", deviceInfo);
to
m_files = notification.Report.Render("PDF", deviceInfo )... more >>
Multi-Value Parameters: Need 25 Distinct Product Codes
Posted by BillB at 6/15/2006 11:36:02 AM
Hi
Looking to set up a parameter for 'Product Groups'
Code says:
WHERE
D.FISCAL_YEAR = '2006' AND
D.FISCAL_PERIOD = '12' AND
D.PRODUCT_GROUP IN (@ProdGroup ) AND etc etc
@ProdGroup set up using Layout/Report/Report Parameters. As a string
when I try to run it (as in other threads lis... more >>
SRS and Visual Studio
Posted by Jack Bender at 6/15/2006 10:50:01 AM
We have a client who is running SQL 2000 SP4 with reporting services. We
have told them that we can only edit SQL 2000 reports with Visual Studio.NET
and not Visual Studio 2005. The client was at TechEd and ran into a SRS
Expert who stated...
that SQL Reporting Services comes with a versi... more >>
Force prompt when using default parameters
Posted by Ash_Cat at 6/15/2006 10:23:35 AM
I wrote an sp and assigned static values to fields for easy testing, after
that I created the parameters and assigned default values to them, now
everytime I click preview I don't get a prompt for new values, the report
automatically runs with the defaults.
I want to be able to use the defau... more >>
Renaming a SQL2005 - Unable to connect to RS from Management Studi
Posted by Jeff Ericson at 6/15/2006 10:23:19 AM
We have several 2005 boxes that have been renamed. RS works fine from a
browser and I can deplopy reports to it and see it with the config manager.
What I can't do is reference it from Management Studio. On the one box that
I restarted after sp_drop and sp_add, a message box pops up referri... more >>
Sub Report - Columns not displaying
Posted by Denny at 6/15/2006 9:09:26 AM
I would appreciate any help on this one.....
I have a subreport that displays data in two columns, it works fine.
But when I call the subreport from the main report the report is displayed
in one column and carries over to the next page.
Thanks,
Denny
... more >>
Report Parameter prompt Localization
Posted by Manoj at 6/15/2006 7:17:21 AM
I am using RS2000.
Can I Localize the parameter prompt of report. I want the prompt
strings to be taken from my satellite assembly where I will have
localized strings for locales I am supporting in my reports.
MSRS itself localize the string "Select a Value" for the report
parameters combo box,... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
ToolTips is not showing up
Posted by Tom at 6/15/2006 6:37:02 AM
Hi there
I used SQL Server 2000 reporting services to create a report that is a
column chart. I also set up the tooltip property for the chart. But when I
run the report, the tooltip does not show up at all when I move mouse into
any column. Can anybody give me some suggestion?
Than... more >>
Report Server Windows service - unable to start
Posted by Harish Mohanbabu at 6/15/2006 6:00:01 AM
Hi,
For some reason I am unable to start RS Windows service. Here are the
details of Exception that I get -
****************************
System.ServiceProcess.TimeoutException: Time out has expired and the
operation has not been completed.
at
System.ServiceProcess.ServiceControoler.Wai... more >>
RS 2005 - ReportServer database on SQL 2000, SP 4
Posted by Nikola Milic at 6/15/2006 12:00:00 AM
Hi,
Reporting Services Configuration Manager can see old SQL server 2000 from
Database Setup page.
Is it possible to store ReportServer & ReportServerTempDB database of RS
2005 on old SQL server 2000, SP 4?
Thanks in advance
Nikola Milic
... more >>
|