all groups > sql server reporting services > september 2006 > threads for tuesday september 12
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
End User Filter Option
Posted by Reddy at 9/12/2006 4:14:01 PM
I am using RS 2005. Here is my question… I have two different date fields
(FileDate and TransDate) in my query and I want to give end user an option to
filter either one i.e on filedate or on Transdate and also a date range in
where clause. Is this possible? If so. How can I implement this ... more >>
Custom Report Item
Posted by Radhika at 9/12/2006 3:22:01 PM
Hello.
I need to write a CRI which will update a attribute in the RDL file.
Can anyone point me in the right direction.
This is my view I
will have a textbox and a button on the CRI.
While building a report through BI , the report author adds CRI.
enter a value in the text box and click ok... more >>
Graphic lost on parameter change
Posted by SteveM at 9/12/2006 3:04:58 PM
I have a graphic that I place on the screen based on the following
logic. I also have a non-queried parameter that I can toggle between
"average" and "cumulative".
=Iif(ISNOTHING(Fields!KPI.Value),"grey.gif",Iif(Fields!KPI.Value
=-1,"Red.gif",Iif(Fields!KPI.Value = 0,"Yellow.gif","green.gif"... more >>
Multi-select Parameter - Single Quote Problem
Posted by sajjad.mussani NO[at]SPAM gmail.com at 9/12/2006 1:34:03 PM
Hi,
I am using SQL Server 2005 Reporting Services. I am trying to pass a
multi-select string value to my query but having difficulties with
single quotes. My query is:
SELECT * FROM Customers WHERE CustomerID > 200 AND CustomerType IN
(@CustomerType)
@CustomerType is a multi-select par... more >>
Subreport with parameters
Posted by Mark Goldin at 9/12/2006 10:37:29 AM
How do I create parameters in a subreport that will be coming from the
master report?
Thanks
... more >>
Report Style Library
Posted by DodgeMagnumGuy at 9/12/2006 9:51:08 AM
I found this GREAT posting earlier this week but having problems
getting it to work. It am getting an error at the s.Split function.
Has anyone else gotten this to work?
http://groups.google.com/group/microsoft.public.sqlserver.reportingsvcs/browse_frm/thread/3ff51b1a93b98d87/a6b124d4161834d4?... more >>
Datasource credentails not saved if inside a batch
Posted by vRam at 9/12/2006 7:05:02 AM
I am publishing an RDL using webservice. After publishing the report, i
update the embeded datasource for the report using "SetReportDataSources"
method.
If i use a "BatchHeader", with "ExecuteBatch" method the report is not
working. It says cannot login. I have to go the report datasource ... more >>
How to set the breakepage of grouping
Posted by ad at 9/12/2006 12:00:00 AM
I use a List to group my data.
I can set the breakpage in the EditDetailGroup.
But how can I set it with codes?
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
How to set PageBreakAtEnd of a Table
Posted by ad at 9/12/2006 12:00:00 AM
I use a Table in a report.
I have a parameter PageBreak in the report.
How can I set the PageBreakAtEnd property of a Table to the parameter?
... more >>
|