I have a RDLC report and I am displaying it on the Report Viewer Control in my front end application. I get the report perfectly and theres no p开发者_Go百科roblem in it.
My company has a Windows Forms application that leverages ClickOnce and .NET Remoting (soon to be WCF) to a back end IIS web application that handles all data access operations.For reporting, we curre
I\'m sorry if this seems silly, but I\'m new to using Report Definition Language (开发者_运维技巧RDLC) files and I\'m looking for advice on the best \"plan of attack\" for a report I must create.
Closed. This question does not meet Stack Overflow guidelines. 开发者_Go百科It is not currently accepting answers.
I am trying to create an RDLC report in VB.net 2008 using object datasource. The thing is, my object datasource is a list of Item objects.
I have a simple report, one field as row, one field as value. The data is grouped by the row field. I want to display only the rows where there are more than 1 value items (thus hiding where there is
I\'m trying to create a rdlc report in Visual Studio 2008 and I\'m having a bit of trouble with the totals at the end.
I have a report that need null values replaced with N/A.It works for x amount of rows until the null value is hit then the rest of the data needing to be displayed just goes away.
In Visual Studio 2010, how开发者_如何学Python do you create a report using a List returned from a WCF call?See this article here:
I have two tables Products and SalesLog, SalesLog Table CREATE TABLE [dbo].[SalesLog]( [SalesID] [int] IDENTITY(1,1) NOT NULL,