Browse Source
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.0@1244 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61shortcuts
7 changed files with 44 additions and 58 deletions
@ -1,21 +0,0 @@
@@ -1,21 +0,0 @@
|
||||
//------------------------------------------------------------------------------
|
||||
// <autogenerated>
|
||||
// This code was generated by a tool.
|
||||
// Runtime Version: 1.1.4322.2032
|
||||
//
|
||||
// Changes to this file may cause incorrect behavior and will be lost if
|
||||
// the code is regenerated.
|
||||
// </autogenerated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
namespace SharpReportCore { |
||||
using System; |
||||
/// <summary>
|
||||
/// Section Interface
|
||||
/// </summary>
|
||||
public interface IBaseRenderer{ |
||||
void Render (ReportPageEventArgs rpea); |
||||
} |
||||
|
||||
|
||||
} |
@ -1,23 +0,0 @@
@@ -1,23 +0,0 @@
|
||||
/* |
||||
* Created by SharpDevelop. |
||||
* User: Forstmeier Helmut |
||||
* Date: 29.11.2004 |
||||
* Time: 16:53 |
||||
* |
||||
* To change this template use Tools | Options | Coding | Edit Standard Headers. |
||||
*/ |
||||
|
||||
using System; |
||||
//using SharpReport.Printing;
|
||||
|
||||
namespace SharpReportCore |
||||
{ |
||||
/// <summary>
|
||||
/// Description of IRender.
|
||||
/// </summary>
|
||||
public interface IRender{ |
||||
void Render (ReportPageEventArgs rpea, float startDrawAt); |
||||
|
||||
float DrawAreaHeight (ReportPageEventArgs rpea); |
||||
} |
||||
} |
Loading…
Reference in new issue