Advertisement

1 - 10 of 19 containing alltags:("rdlc") (0 seconds)
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"
Zones: SQL Reporting, ASP.Net ProgrammingDate Answered: 07/19/2007 Grade: A Views: 29
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...
Zones: MS Visual Basic, Visual StudioDate Answered: 07/14/2007 Grade: B Views: 4
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...
Zones: Visual Studio, MS Visual BasicDate Answered: 11/09/2007 Grade: A Views: 66
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...
Zones: SQL Reporting, MS Visual Basic, SQL Serv...Date Answered: 07/04/2008 Grade: A Views: 25
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...
Zones: ASP.Net ProgrammingDate Answered: 09/03/2006 Grade: A Views: 13
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
Zones: ASP.Net Programming, C#Date Answered: 09/05/2007 Grade: A Views: 0
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...
Zones: C#, Visual StudioDate Answered: 11/03/2007 Grade: A Views: 97
I am using VS 2005 ReportViewer Control and RDLC reports.   I am trying to report on the following data structure: unitid,  unitname,  pop, mean, lowerbound, upperbound, userid, qty This is ...
Zones: SQL Server 2005, MS SQL ServerDate Answered: 09/12/2007 Grade: A Views: 42
I have a local report (rdlc file) which I display in a Report Viewer control in a web-form. May I in some way, in runtime, reference a control in the report, in my case a "rectangle" control, in o...
Zones: Visual StudioDate Answered: 01/04/2008 Grade: C Views: 4
Hello, When we create a grouping for RDLC report, we can insert a total for that grouping on the footer section by using =sum(fields!quantity.value). It works when the value in integer, but can we...
Zones: SQL ReportingDate Answered: 11/29/2007 Grade: A Views: 434