Can SSRS do this?Here is an example开发者_开发问答 of what I mean: http://demos.devexpress.com/XtraReportsDemos/DataBinding/PivotGridAndChart.aspxYou can make something like this, althought needs some
We are looking into replacing Crystal with SSRS. I would like to know if it is at all possible to load the .rdl or .rdl.data file in C# and generate the report to a memory stream.
Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow.
I have a connection to SSRS 2010 web service in my application and I can load the whole hierarchy of report folders and report items contained in my server without a problem. I generated the SSRS 2010
How do I display Master Detail records on the report. I am trying to display in the following format.Could you please let me know how to do this? I appreciate any help.
I have a drill down table and I can sort by the Group columns, but sort by the Value column (Quantity) doesn\'t work.
Is it possible to join multiple row values to a single row? The stored procedure from where I acquire the data that I use return multiple, almost identical rows except that the category-column dfferen
I have this nice report that shows up in my web app.So far so good (although it has been an utter PITA getting here).
Is it possible, to have text written vertical in a TextBox(or other component prehaps), in Visual 开发者_StackOverflow中文版Studio 2010 Report Designer? (Like normal text, just tiltet 90 degrees clock
Is there any way to conditionally ( based on report parameter for example ) hide/show the page header/footer ?