ireportlayout.cs

来自「c#源代码」· CS 代码 · 共 23 行

CS
23
字号
/*
 * Created by SharpDevelop.
 * User: Susanne Jooss
 * Date: 10.09.2005
 * Time: 17:33
 * 
 * To change this template use Tools | Options | Coding | Edit Standard Headers.
 */

using System;
using SharpReportCore;

namespace ReportGenerator
{
	/// <summary>
	/// Description of IReportLayout.
	/// </summary>
	public interface IReportLayout{
		void BuildLayout ();
		void BuildLayout (ReportModel reportModel);
	}
}

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?