Browse Source
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/reports@6090 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61pull/1/head
16 changed files with 36 additions and 112 deletions
@ -1,27 +0,0 @@
@@ -1,27 +0,0 @@
|
||||
/* |
||||
* Erstellt mit SharpDevelop. |
||||
* Benutzer: Peter |
||||
* Datum: 15.04.2009 |
||||
* Zeit: 20:51 |
||||
* |
||||
* Sie können diese Vorlage unter Extras > Optionen > Codeerstellung > Standardheader ändern. |
||||
*/ |
||||
using System; |
||||
using System.Drawing; |
||||
using ICSharpCode.Reports.Core.Interfaces; |
||||
|
||||
namespace ICSharpCode.Reports.Core.old_Exporter |
||||
{ |
||||
/// <summary>
|
||||
/// Description of IExportItemsConverter.
|
||||
/// </summary>
|
||||
|
||||
public interface IExportItemsConverter |
||||
{ |
||||
//ExporterCollection ConvertSimpleItems (BaseReportItem parent,ReportItemCollection items,Point offset);
|
||||
|
||||
//ExportContainer ConvertToContainer (BaseReportItem parent,ISimpleContainer item,Point offset);
|
||||
|
||||
// Rectangle ParentRectangle {get;set;}
|
||||
} |
||||
} |
||||
Loading…
Reference in new issue