I got a problem with reporting services, running local rdlc files on the 2005 version. I have in the HTML a report viewer set to run locally as follows :
I have a rdcl ready to be populated. It mainly contains a table that occupies the whole width and a few Textboxes under it that show summary info.
I am trying to make a report in .net using c# with a table that has 2 columns. The problem is that I keep getting the same exception, which is LocalProcessingException, and occurs on this line:
I have such a case where a Text Box\'s visibility is dependent on a row group\'s开发者_StackOverflow中文版 visibility (let\'s say the group is called GroupA). Actually this Text Box is showing the tit
We have a VS2008 solution with a project that had RDLC files. We generate them dynamically in code, and don\'t开发者_C百科 need the viewer.
First let me tell you one thing, I have never worked with any sort of reporting yet. I have read all the related question and answer on this topic. But could not find any concrete solution.
I created a report with a rdlc. when I add a dataset to this 开发者_如何学Gofile and I want to use this dataset in expression window, and when I select \"fields\" item in the \"Category\" box, Display
I am creating an MVC application where I\'m going to be creating quite a few RDLC based reports.Looking at some of the examples out there on the web, it seems like the best way to use the report data
I am developing a report using RDLC (Winforms version) in VS 2010. Part of the report is listing a series of images (with text captions). The list of images is of variable length. I would like to cons
I\'ve got an RDLC report that looks great, but strangely the data is not sorted the way I specified in the XSD file that I\'m using as a DataSource. When I \"Preview Data\" 开发者_JS百科in the XSD fil