Click here to Skip to main content
15,891,423 members
Articles / Programming Languages / C#

EasiReports

Rate me:
Please Sign up or sign in to vote.
4.87/5 (64 votes)
13 Feb 2006CPOL6 min read 481.2K   9.7K   219  
A library to add reports to your application.
<html>

<head>
<meta http-equiv="Content-Language" content="en-gb">
<meta name="GENERATOR" content="Microsoft FrontPage 6.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>EasiReporter.Examples.15</title>
<link rel="stylesheet" type="text/css" href="EasiReports.css">
</head>

<body>

 <h1 class="FirstOfMany">EasiReporter Example Reports</h1>

 <h1><b>15.Plugins</b></h1>
  <p>One of the <a href="EasiReporter.Examples.htm">Example Reports</a> that are 
  provided with EasiReporter.</p>
  <p style="margin-top: 12">Uses 
  the SquareOneSoftware.dll assembly to construct the FullName from the 
	ResultData.</p>
    <div style="border-top-style: solid; border-top-width: 1; padding-top: 1">&nbsp;</div>
 <p><a href="SquareOneSoftware.htm">SquareOneSoftware.dll</a> is just an assembly that was written using Visual 
 Studio.</p>
	<p>By adding a reference to this assembly using the
	<a href="EasiReporter.Dialogs.Assemblies.htm">Assemblies Dialog</a>, you can access members of the assembly.</p>
 <p>The <a href="SquareOneSoftware.Algorithms.htm">Algorithms</a> class 
	is instantiated by the print engine because it is public and has a public 
	default constructor. This class has a
	<a href="Algorithms.Topics.Algorithms.Data.htm">Data Algorithm</a>, which 
	is referenced directly in the report by a
	<a href="EasiReporter.Controls.Data.htm">Data Control</a> which displays the 
	full name.</p>
 <p>This report shows the power of <a href="Algorithms.Topics.Plugins.htm">
	Plugins</a>. Using this method, you can add 
 whatever ( within reason ) functionality that you require; all from the comfort 
 of Visual Studio!</p>

	<p>Contrast this approach with the <a href="EasiReporter.Examples.14.htm">
	14.Parameters</a> example report.</p>

<p>See <a href="SquareOneSoftware.htm">SquareOneSoftware</a> for more information.<p>&nbsp;</p>

 <p>&nbsp;</p>

 <p>&nbsp;</p>

</body>

</html>

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
United Kingdom United Kingdom
I discovered C# and .NET 1.0 Beta 1 in late 2000 and loved them immediately.
I have been writing software professionally in C# ever since

In real life, I have spent 3 years travelling abroad,
I have held a UK Private Pilots Licence for 20 years,
and I am a PADI Divemaster.

I now live near idyllic Bournemouth in England.

I can work 'virtually' anywhere!

Comments and Discussions