Actually I need t开发者_StackOverflowo color 2 row one color and next 2 row another color ,alternatively in rdlc report.
I have created a Group on rows based on the following exp开发者_如何学Pythonression in my Report:
My application is printing checks.In the client\'s paper stock, the \"check\" itself is at the bottom 3rd of an 8.5x11in sheet.The details that make up the check are on the top 2/3 of the sheet.
I have RDLC report that uses list with ~200K records as object data source. Records are grouped by one field and report is splitted into pages. When I trying to test it - it takes about 4 minutes to r
I have an old report written by someone else and don\'t want to change it too much. Each data row has a field at the beginning that is populated with the Category name if it is the first record for th
C# - How to disable exporting RDLC report in EXCEL format 开发者_高级运维 Just want to hide the \"Excel\" option from the dropdownlist.You can do this with an ease by using jquery below script.
I\'ve been \"playing\" with ReportViewer and I need to know how to do the following things: Print report without creating a ReportViewer. Why? I don\'t want to show it, just print. ReportViewer is t
I know that there are lots of questions on SO very like this but none that seem to be quite the same.
I\'m building a small application in Visual Studio 2010 with .Net 4.0 and C# where I\'m generating a ReportViewer-report from a List. I then have a subreport in my tablix that should pass a property-v
I\'m currently trying to get an rdlc report to work, and it works fine except when I pass an empty dataset to it (the dataset is determined dynamically at runtime -- ugly, but this is the code I was p