~halega/+junk/sharpdevelop

« back to all changes in this revision

Viewing changes to src/AddIns/Misc/Reports/ICSharpCode.Reports.Core/Project/BaseItems/GroupFooter.cs

  • Committer: sk
  • Date: 2011-09-10 05:17:57 UTC
  • Revision ID: halega@halega.com-20110910051757-qfouz1llya9m6boy
4.1.0.7915 Release Candidate 1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*
 
2
 * Created by SharpDevelop.
 
3
 * User: Peter Forstmeier
 
4
 * Date: 07.11.2010
 
5
 * Time: 19:44
 
6
 * 
 
7
 * To change this template use Tools | Options | Coding | Edit Standard Headers.
 
8
 */
 
9
using System;
 
10
 
 
11
namespace ICSharpCode.Reports.Core
 
12
{
 
13
        /// <summary>
 
14
        /// Description of BaseGroupeFooter.
 
15
        /// </summary>
 
16
        public class GroupFooter:BaseRowItem
 
17
        {
 
18
                
 
19
                public GroupFooter()
 
20
                {
 
21
                }
 
22
 
 
23
        public bool PageBreakOnGroupChange { get; set; }
 
24
        }
 
25
}