Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

5
votes
4answers
2k views

Checkbox in a Microsoft Report (rdlc) table

I'm a newcomer to using Microsoft Reporting (RDLC) and I'm trying to display a table with a checkbox inside of it. The data I have is stored in bit fashion: I want this data to display on the ...
4
votes
1answer
58 views

ColdFusion Reporting Options

We currently use Report Builder with ColdFusion. This Report Builder hasn't seen any Adobe development in around 5 years and doesn't look like it will see any soon. I need a scalable reporting ...
3
votes
1answer
257 views

A Tutorial For Microsoft Report In WinForm Applications

I am using Microsoft Report in My WinForm Application Project.I am some problem with expressions and group and even filters and many thing else.I am looking for a compelete tutorial for Microsoft ...
3
votes
2answers
748 views

How to populate Crystal Reports with SQL

Since there doesn't seem to be any way to load old VB6 (ActiveReports) reports in .Net, I need to recreate dozens of reports in .Net. I'd like to do this in the least painful way possible. In VB6, ...
2
votes
1answer
67 views

(MicrosoftReport OR CrystalReport ) in C# [closed]

MicrosoftReport OR CrystalReport ? Which is better?
2
votes
2answers
64 views

Microsoft Report books [closed]

I just started using report services in VS and I wanted to know any recommended books on Microsoft Reports. I know of Crystal Reports but I'd like to concentrate on Microsoft Reports now.
1
vote
0answers
27 views

disabling datasource requirement for reports in VS2010

In VS2008, if you have an existing dataset in your project, you can add that to a new microsoft report (.rdlc file) without HAVING TO provide a datasource of any sort. In VS2010 however, if you want ...
1
vote
1answer
49 views

Find Rank in Microsoft Report

Is there any way I can find the rank of a set of values in Microsoft Reports? For instance, in order to produce a table like the one below, what function/formula do I enter in the Rank column? ...
1
vote
1answer
763 views

What is the best way to dynamically generate RDLC report definitions at runtime?

I have data that will be generated by users at runtime by performing queries. The shape of the data is unknown because users can choose which fields to bring back. The application is an ASP.NET MVC ...
1
vote
0answers
391 views

microsoft local report page width problem when table column hide

I create some dynamic report. by default, create a table with all available field and hidden by expression, therefore column hide when user want (by checkbox in aspx page) problem: my report is ...
0
votes
1answer
28 views

Microsoft Reporting with LINQ to SQL

I am developing an asp.net web application in which I am using LINQ to SQL and I want to generate the Microsoft Reports with LINQ to SQL. Microsoft Reports DataSource is Dataset but I want to give ...
0
votes
1answer
23 views

force single line in labels of microsoft reporting reports

I have a report which was created using Microsoft Reporting in VS2010. It has labels which must display any text in single line. But it appears that if I don't set the label's height precisely ...
0
votes
0answers
35 views

How can I specify Landscape paper for Microsoft Reports?

I am writing A WinForm Application and I am using Microsft Rports for my project. How can I specify Landscape paper for Microsoft Reports?
0
votes
1answer
26 views

Error while eploying a ReportWebsite with Microsooft reporting tool

I am trying to deploy a website that has MicrosoftReport in it. When I deploy it I get the error on the client system a shown below: Here is my code .aspx <%@ Page Language="C#" ...
0
votes
2answers
76 views

Showing 8 columns together in a cell of a table in Microsoft Report Viewer

I have a table which takes show some data in its cells, which comes from a method using a linq query to get the values from database. What i need to do is tto show 8 columns from a table in the ...
0
votes
2answers
194 views

Microsoft ReportViewer Control READONLY

I successfully used the Microsoft ReportViewer Control on a webpage recently belonging to the Microsoft.Reporting.WebForms namespace. I used a property of the ReportViewer called ...
0
votes
1answer
369 views

How to rotate a TextBox in Microsoft Report?

Hi Is it possible to rotate objects (or just TextBoxes) in Microsoft report? Like Vertical Text or rotating 45 degree?
0
votes
1answer
108 views

How can I access the current row/object in an RDLC expression?

I can access the properties of a bound object within an RDLC report by using an expression such as. Fields!MyField.Value How can I access the bound object itself so I can access properties and ...
0
votes
1answer
1k views

How to conditional highlight fields in a Microsoft Reporting Services RDL report?

I've got an RDL report that is a roster -- it's a grid: each row represents a day each column represents a task each cell contains the name of the person doing that task on that day. I'm serving ...