trying to add page numbers to my report (.rdlc), any idea why this does not work, sits in the footer template
="Page " & Globals!PageNumber
all i get on each page is "Page"
http://www.experts-exchange.com/Database/Reporting_/Q_22602145.html
Hi Experts,
I'm writing a VB.Net 2005 application. .Net Framework 2.
I would like to incorporate a few Microsoft reports(rdlc) in my application. These won't run off a SSRS server. They'll...
http://www.experts-exchange.com/Programming/Languages/.NET/.NET_Framework_2.0/Q_24378336.h...
Hi all,
Is it possible to create a vb.net rdlc report, but without binding it to any dataset? ie, generate a dynamic report which uses values from the application itself (like listboxes, textboxes...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Basic.NET/Q_22681279.htm...
I have a local report file in my VB.NET application. I am using filters to only produce reqested information. How can I make the filter not filter anything. i.e. User can select Vacation, Holida...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Studio_.NET_2005/Q_22917...
I have an application that is using Microsofts reporting tools in VS 2005. I am trying to create a header for the report which has data provided by a dataset. Fields can't be used in the header p...
http://www.experts-exchange.com/Database/Reporting_/Q_23420617.html
Can I call a vb function from within rdlc? My conditional formatting is VERY involved
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Basic.NET/Q_24373124.htm...
I use Microsoft reporting, RDLC. I want to have a report where i have customer image in the header. However I have the problem that if the customer does not have any logo, by defualt s small logo a...
http://www.experts-exchange.com/Microsoft/Development/MS-SQL-Server/MS-SQL_Reporting/Q_248...
I have a stored procedure full of temp tables. Creation of a report requires use of a dataset and they don't understand temp tables. How can I take sql like below convert it to something the datase...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_21976454.html
I need an example of how to dynamically attach a report.rdlc to a reportviewer. I need one form that holds the report viewer so I can select a number of rdlc files that I want to attach to the viewer
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_22761142.html
Hi everybody..
I am developing a C# 2.0 Winforms app that is primarily run against XML. the XML file that is generated is published to a Web Service that in turn submits to an online SLQ Databa...
http://www.experts-exchange.com/Programming/Languages/C_Sharp/Q_22808074.html