All Questions
9 questions
0
votes
2
answers
4k
views
Unbound tabular data in RDLC
I need to display some tabular data in an RDLC which is not sourced from any dataset. I need the table only for formatting purposes. So I created the table and designed it around my content (which is ...
0
votes
1
answer
59
views
Reporting framework with edit support
I'm evaluating reporting solutions for an upcoming project, to allow report generation from training sessions.
There are some charts and tables required in each report, but nothing too special. The ...
5
votes
2
answers
4k
views
RDLC printing on half A4
What I want to accomplish
Requirement: print a receipt which is of A4 width and half of A4 height and print it rotated so it can be printed on continuous A4 (CCP).
What I always get
What I have ...
0
votes
1
answer
170
views
I am looking for a reporting solution for my project [closed]
My sql database includes only one to many relationships as follows:
Parent --> Child 1 --> Child 2 --> Child 3
Every one parent data may have 0 or more child data.
I tried reports designer 3.0 but ...
2
votes
2
answers
8k
views
Crystal Report : How to link from 1 report to another report
I am using Crystal Reports with C# programming language.
I want to open another report by clicking on link eg. I show Invoice's Summary like its number (named InvNo), date, items and TotalAmount.
Now ...
1
vote
2
answers
2k
views
Reporting with dynamic layouts
We're using DevExpress Xtra reports, but they don't seem to be able to meet our requirements...
I previously posted this question, to which no good answer (that I am aware of) exist, even from ...
1
vote
4
answers
944
views
How to create my own reporting controls with .net framework?
I want to create fast loading reports like ActiveReports or DevExpress but the problem is I don't know where to start. Also I want it to be light and take less space in setup file.
Does anybody tried ...
1
vote
4
answers
1k
views
Right reporting solution in a .Net environment
I have a reporting requirement in my web application for which I am looking for off the shelf solution. I don't have any experience of reporting softwares so thought of checking with SO community if ...
2
votes
8
answers
8k
views
Templating Engine to Generate Simple Reports in .NET [closed]
I'm looking for a free templating engine to generate simple reports. I want some basic features such as :
Ability to Write Loops (with any IEnumerable)
Passing Variables
Passing Templates Files (main ...