I have a web app that prints reports, most are just one page, or two, so I just create a component tha开发者_运维百科t shows the data and print it.
I\'m using reportviewer and I would like to add an unknown number of images to the report on runtime.
I have开发者_如何学C a report project that I want to script deploying to a development server.I need to just change the TargetServerUrl in the project properties.Is there a way to do this?
I have created a static Generic List (List) and bind it to a Report Viewer\'s data source. In the Report Viewer designer, I 开发者_开发问答am able to find the correct data source which is List and als
i need to change the visibility of a image in my report. 开发者_开发百科For that i\'m using an expression.
JasperReports is cool with JAVA web apps. CrystalReports is not equivalent to it :D what开发者_开发问答 tool can we use in asp.net web applications ?My recommendation would be to use JasperReports b
In Column chart of RDLC report, how to set x-axis label (titles) vertically? If the x axis names开发者_如何学Python/titles are bigger then 2nd columns title goes in next line... i want all columns ti
I have an ASP.NET web application calling an ASP.NET web service which then itself calls into a report in reporting services for the report to be saved to a file.The whole thing is supposed to wait un
I would like to get a report of the changes made to all the files in a project. I know how to do it for a single file, but I don\'t know how to do it recursively. Have you tried to do something simila
I am using Axapta 3.0 with language X++. I am making a report based on available report. The new report only shows a total row by group CG Group instead of showing all detail row as old report.