C# Class MonoReports.Model.Controls.Section

Inheritance: Control, IResizable
Show file Open project: modesto/monoreports Class Usage Examples

Protected Properties

Property Type Description
sectionType SectionType

Public Methods

Method Description
AfterPrint ( ) : void
BeforePrint ( ) : void
CopyTo ( Section s ) : void
Format ( ) : void
Section ( ) : System

Method Details

AfterPrint() public method

public AfterPrint ( ) : void
return void

BeforePrint() public method

public BeforePrint ( ) : void
return void

CopyTo() public method

public CopyTo ( Section s ) : void
s Section
return void

Format() public method

public Format ( ) : void
return void

Section() public method

public Section ( ) : System
return System

Property Details

sectionType protected property

protected SectionType sectionType
return SectionType