I\'m trying to create a report that displays for each months of the year the quantity of goods sold. I have a query that returns the list of goods sold for each month, it looks something like this :
Here\'s my situation.I have a Microsoft Reporting Services report that as a parameter takes a salesperson\'s name and shows them their sales across their territories blah blah blah.
What I want to do is render a SSRS 2008 report as HTML (actually MHTML) and send that as the body in an emai开发者_StackOverflowl.
I have a report with two parameters. The second parameter is only relevant if the first parameter has a particular value. I woul开发者_运维问答d therefore like to disable that second parameter unless
What web development frameworks natively support JasperReports? Consider the following form as an example:
I want ot draw a line the full width of the page in SSRS. If I could get th开发者_如何学Goe page width in (say) px, I could assign it as an expression to the line width. Is this possible? How? Or is
We are rolling out a large deployment of SQL Server Reporting Services Reports and our platform is SQL Server 2005 so our Report Server is version 2005 running in Native mode. Our web application uses
I am developing reports using Microsoft SQL Report Builder 2.0. One of my requirement is to display the timezone information by passing \"Timezone Offset\" (-08:00) as a parameter to the report. Based
I have开发者_开发百科 a RDL that I call from .net code and I render it as PDF. RS sets values for the properties of the documents such as author, title, subject.
Using a ssrs 2005 matrix client side. I want to list the multiple addresses of one person, hence one row, multiple columns. The Column field is =Fields!StreetName.Value. The data details field is =Fir