473,396 Members | 1,797 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

Custom reporting engine.

Hello,

I want to build a custom reporting engine in .NET. Wht are the consideration
and I need to provide the user design facilty at run time.

Thanks,


Oct 31 '06 #1
8 3135
What is implied by "custom reporting engine"? Could u make it a little bit
clear?
Smth like MS Exception Blocks or like Windows Event or ...?

--
WBR,
Michael Nemtsev :: blog: http://spaces.live.com/laflour

"At times one remains faithful to a cause only because its opponents do not
cease to be insipid." (c) Friedrich Nietzsche


"Ibrahim." wrote:
Hello,

I want to build a custom reporting engine in .NET. Wht are the consideration
and I need to provide the user design facilty at run time.

Thanks,

Oct 31 '06 #2
Hi,

Not exactly wot you mentioned. It is something to do with report generation.
I would like to create a tool that can be used to design reports, preview &
print somehting like microsoft data reporting or any other 3rd party stuff.

Thanks,,
"Michael Nemtsev" wrote:
What is implied by "custom reporting engine"? Could u make it a little bit
clear?
Smth like MS Exception Blocks or like Windows Event or ...?

--
WBR,
Michael Nemtsev :: blog: http://spaces.live.com/laflour

"At times one remains faithful to a cause only because its opponents do not
cease to be insipid." (c) Friedrich Nietzsche


"Ibrahim." wrote:
Hello,

I want to build a custom reporting engine in .NET. Wht are the consideration
and I need to provide the user design facilty at run time.

Thanks,


Oct 31 '06 #3
Take into account that there are numbers of reports facilities - VS is
shipped with Crystal Reports engine, export data to Office, SQL Server Reports

If your just interesting to provide smth light-weigh to your app look at
this sample where Print is customized for WinForm control
http://www.codeproject.com/cs/miscct...View_part1.asp

--
WBR,
Michael Nemtsev :: blog: http://spaces.live.com/laflour

"At times one remains faithful to a cause only because its opponents do not
cease to be insipid." (c) Friedrich Nietzsche


"Ibrahim." wrote:
Hi,

Not exactly wot you mentioned. It is something to do with report generation.
I would like to create a tool that can be used to design reports, preview &
print somehting like microsoft data reporting or any other 3rd party stuff.

Thanks,,
"Michael Nemtsev" wrote:
What is implied by "custom reporting engine"? Could u make it a little bit
clear?
Smth like MS Exception Blocks or like Windows Event or ...?

--
WBR,
Michael Nemtsev :: blog: http://spaces.live.com/laflour

"At times one remains faithful to a cause only because its opponents do not
cease to be insipid." (c) Friedrich Nietzsche


"Ibrahim." wrote:
Hello,
>
I want to build a custom reporting engine in .NET. Wht are the consideration
and I need to provide the user design facilty at run time.
>
Thanks,
>
>
>
>
Oct 31 '06 #4
Hi,

But I cannot use any of the today's reporting tools. I need to create a new
one (just basic) for giving the user the ability to design their own data
reports.

Thanks,

"Michael Nemtsev" wrote:
Take into account that there are numbers of reports facilities - VS is
shipped with Crystal Reports engine, export data to Office, SQL Server Reports

If your just interesting to provide smth light-weigh to your app look at
this sample where Print is customized for WinForm control
http://www.codeproject.com/cs/miscct...View_part1.asp

--
WBR,
Michael Nemtsev :: blog: http://spaces.live.com/laflour

"At times one remains faithful to a cause only because its opponents do not
cease to be insipid." (c) Friedrich Nietzsche


"Ibrahim." wrote:
Hi,

Not exactly wot you mentioned. It is something to do with report generation.
I would like to create a tool that can be used to design reports, preview &
print somehting like microsoft data reporting or any other 3rd party stuff.

Thanks,,
"Michael Nemtsev" wrote:
What is implied by "custom reporting engine"? Could u make it a little bit
clear?
Smth like MS Exception Blocks or like Windows Event or ...?
>
--
WBR,
Michael Nemtsev :: blog: http://spaces.live.com/laflour
>
"At times one remains faithful to a cause only because its opponents do not
cease to be insipid." (c) Friedrich Nietzsche
>
>
>
>
"Ibrahim." wrote:
>
Hello,

I want to build a custom reporting engine in .NET. Wht are the consideration
and I need to provide the user design facilty at run time.

Thanks,


Oct 31 '06 #5
Hello Ibrahim.,

You need to realise smth like "Form editor" and send it to print when it
will be ready
I recomend to google (http://groups.google.com/groups/sear...et+form+editor)
especilally into microsoft.public.dotnet.framework.windowsforms.des igntime
group
and look at http://divil.co.uk/net/articles/designers/hosting.asp

IHi,
I>
IBut I cannot use any of the today's reporting tools. I need to create
Ia new one (just basic) for giving the user the ability to design
Itheir own data reports.
I>
IThanks,
I>
I"Michael Nemtsev" wrote:
I>
>Take into account that there are numbers of reports facilities - VS
is shipped with Crystal Reports engine, export data to Office, SQL
Server Reports

If your just interesting to provide smth light-weigh to your app look
at this sample where Print is customized for WinForm control
http://www.codeproject.com/cs/miscct...View_part1.asp

-- WBR, Michael Nemtsev :: blog: http://spaces.live.com/laflour

"At times one remains faithful to a cause only because its opponents
do not cease to be insipid." (c) Friedrich Nietzsche

"Ibrahim." wrote:
>>Hi,

Not exactly wot you mentioned. It is something to do with report
generation. I would like to create a tool that can be used to design
reports, preview & print somehting like microsoft data reporting or
any other 3rd party stuff.

Thanks,,

"Michael Nemtsev" wrote:

What is implied by "custom reporting engine"? Could u make it a
little bit
clear?
Smth like MS Exception Blocks or like Windows Event or ...?
-- WBR, Michael Nemtsev :: blog: http://spaces.live.com/laflour

"At times one remains faithful to a cause only because its
opponents do not cease to be insipid." (c) Friedrich Nietzsche

"Ibrahim." wrote:

Hello,
>
I want to build a custom reporting engine in .NET. Wht are the
consideration and I need to provide the user design facilty at run
time.
>
Thanks,
>
---
WBR,
Michael Nemtsev :: blog: http://spaces.live.com/laflour

"At times one remains faithful to a cause only because its opponents do not
cease to be insipid." (c) Friedrich Nietzsche
Oct 31 '06 #6

ActiveReports from DataDynamics has an end-user report designer. I
haven't used it at all so can't say how it is, just saying they have
it.

We use ActiveReports--they get the job done, but we're not real happy
with them (but when we did tests of several options they were the best
solution at the time).

One thing we've done in the past which made users very happy is create
an MS Access front-end to our application. Users could download the
MDB and it provided a small UI to choose what data they wanted. It
downloaded the data locally and users could write custom reports
within Access. Then with our custom UI they could update the data at
any time. Users loved it and we loved not having to write a million
reports.

Good luck.

Sam
------------------------------------------------------------
We're hiring! B-Line Medical is seeking Mid/Sr. .NET
Developers for exciting positions in medical product
development in MD/DC. Work with a variety of technologies
in a relaxed team environment. See ads on Dice.com.

On Tue, 31 Oct 2006 04:53:01 -0800, Ibrahim.
<Ib*****@discussions.microsoft.comwrote:
>Hi,

But I cannot use any of the today's reporting tools. I need to create a new
one (just basic) for giving the user the ability to design their own data
reports.

Thanks,
Oct 31 '06 #7
Thanks Micheal. Let me see what can be done best.
"Michael Nemtsev" wrote:
Hello Ibrahim.,

You need to realise smth like "Form editor" and send it to print when it
will be ready
I recomend to google (http://groups.google.com/groups/sear...et+form+editor)
especilally into microsoft.public.dotnet.framework.windowsforms.des igntime
group
and look at http://divil.co.uk/net/articles/designers/hosting.asp

IHi,
I>
IBut I cannot use any of the today's reporting tools. I need to create
Ia new one (just basic) for giving the user the ability to design
Itheir own data reports.
I>
IThanks,
I>
I"Michael Nemtsev" wrote:
I>
Take into account that there are numbers of reports facilities - VS
is shipped with Crystal Reports engine, export data to Office, SQL
Server Reports

If your just interesting to provide smth light-weigh to your app look
at this sample where Print is customized for WinForm control
http://www.codeproject.com/cs/miscct...View_part1.asp

-- WBR, Michael Nemtsev :: blog: http://spaces.live.com/laflour

"At times one remains faithful to a cause only because its opponents
do not cease to be insipid." (c) Friedrich Nietzsche

"Ibrahim." wrote:

Hi,

Not exactly wot you mentioned. It is something to do with report
generation. I would like to create a tool that can be used to design
reports, preview & print somehting like microsoft data reporting or
any other 3rd party stuff.

Thanks,,

"Michael Nemtsev" wrote:

What is implied by "custom reporting engine"? Could u make it a
little bit
clear?
Smth like MS Exception Blocks or like Windows Event or ...?
-- WBR, Michael Nemtsev :: blog: http://spaces.live.com/laflour

"At times one remains faithful to a cause only because its
opponents do not cease to be insipid." (c) Friedrich Nietzsche

"Ibrahim." wrote:

Hello,

I want to build a custom reporting engine in .NET. Wht are the
consideration and I need to provide the user design facilty at run
time.

Thanks,
---
WBR,
Michael Nemtsev :: blog: http://spaces.live.com/laflour

"At times one remains faithful to a cause only because its opponents do not
cease to be insipid." (c) Friedrich Nietzsche
Nov 3 '06 #8
Ok Thanks Samuel, your inputs are really valuable. Let me workout what can be
done.

"Samuel R. Neff" wrote:
>
ActiveReports from DataDynamics has an end-user report designer. I
haven't used it at all so can't say how it is, just saying they have
it.

We use ActiveReports--they get the job done, but we're not real happy
with them (but when we did tests of several options they were the best
solution at the time).

One thing we've done in the past which made users very happy is create
an MS Access front-end to our application. Users could download the
MDB and it provided a small UI to choose what data they wanted. It
downloaded the data locally and users could write custom reports
within Access. Then with our custom UI they could update the data at
any time. Users loved it and we loved not having to write a million
reports.

Good luck.

Sam
------------------------------------------------------------
We're hiring! B-Line Medical is seeking Mid/Sr. .NET
Developers for exciting positions in medical product
development in MD/DC. Work with a variety of technologies
in a relaxed team environment. See ads on Dice.com.

On Tue, 31 Oct 2006 04:53:01 -0800, Ibrahim.
<Ib*****@discussions.microsoft.comwrote:
Hi,

But I cannot use any of the today's reporting tools. I need to create a new
one (just basic) for giving the user the ability to design their own data
reports.

Thanks,

Nov 3 '06 #9

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: farrell77 | last post by:
What up-to-date books on this topic can people here recommend? Thanks. - Bob
3
by: xAvailx | last post by:
I apologize ahead of time for the long post... Background: Working on a CRM type custom application. The application is for an event management company. The company will provide the application...
6
by: P Jones | last post by:
Hi, I support an enterprise web application (IE client) built in VB6, with about 200 classes, serving about 7000 users, running on 3 clustered servers. I need to incorporate web reporting for...
3
by: jez123456 | last post by:
Hi My users, use ms access for querying and reporting on a backend database, however they need to replace ms access with a new reporting tool. I’m thinking of developing my own reporting...
0
by: Wayne Wengert | last post by:
I develop my web pages using VSNET 2003 (VB). I have the full developer version of Crystal Reports 10. My Web site is hosted by a commercial ISP - I simply buy the service. I want to run reports...
8
by: Woody Splawn | last post by:
I am asking this question here because I asked this question in the Reporting Services Newsgroup and did not get an answer. Does anyone know if Reporting Services is intended to work in a...
2
by: Rahul | last post by:
Hi All, I am trying to create an Reporting engine/server which my applications will connect to and get the reports out. Now this needs to do request handling like if 2 many users are connected to...
1
by: andy_from_fl | last post by:
I created a custom business object from the ground up- I applied the data binding interfaces, coded every property by hand, custom constructors, the whole deal. I wanted the columns to appear in a...
0
by: fperri | last post by:
Hi, I am trying to configure reporting services which I just added to an already existing installation of SQL Server 2005. When I am in the reporting services configuration manager and I am trying...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.