开发者_JS百科When I design a RDLC-Report and change the FontSize of a text-box to a smaller value, the height of the text-box is not adjusted automatically. If I try then to adjust the height manually
Is there a possibility to tell the designer or the report 开发者_高级运维a default font-size, so that all new elements that are placed within the designer will take initially this font-size.You can se
I\'m generating PDF files from RDLC report programaticaly without a viewer (ASP.NET 2.0 C#). I would like to find a way to send it directly via email wi开发者_运维知识库thout downloading the PDF file
I am using RDLC Reports and the report viewer control, and I am seeing that the more records there is in the final result the longer it takes to load.
I have two tables which are linking together by primary key... as an example Genre ----- GenreID GenreDe开发者_JAVA百科scription
Is it possible to use an IIF statement to choose which subreport is used? I have two subreports, one of which is always hidden based on a report开发者_如何学编程 parameter, but an empty line still sho
My question is similar to this one but I\'m having some problems with the actual implementation. I\'ve got a report (.rdlc) in the business layer of a 3-tier app.
I\'m new to reporting so need some good information/resources to help me get some reports set up in our 3-tier app.
I\'m creating a RDLC report in C#. Is it possible to insert the content ofa Word 2003 document (with formatting) in it (either in design time or programmatically) before exporting to PDF. The final re
My boss wants me to create a few reports in the near future and I think he wants to use SQL Server Reporting Services to deploy the reports. I\'m not so sure this would be such a great idea considerin