C# Class PdfRpt.FluentInterface.MainTableTemplateBuilder

Template Builder Class.
ファイルを表示 Open project: VahidN/PdfReport Class Usage Examples

Public Methods

Method Description
BasicTemplate ( BasicTemplate template ) : void

Sets a predefined template.

CustomTemplate ( ITableTemplate template ) : void

Sets the default template. It can be null. In this case a new BasicTemplateProvider based on the DefaultBasicTemplate will be used automatically.

MainTableTemplateBuilder ( PdfReport pdfReport ) : PdfRpt.Core.Contracts

ctor.

Method Details

BasicTemplate() public method

Sets a predefined template.
public BasicTemplate ( BasicTemplate template ) : void
template BasicTemplate selected template
return void

CustomTemplate() public method

Sets the default template. It can be null. In this case a new BasicTemplateProvider based on the DefaultBasicTemplate will be used automatically.
public CustomTemplate ( ITableTemplate template ) : void
template ITableTemplate custom template
return void

MainTableTemplateBuilder() public method

ctor.
public MainTableTemplateBuilder ( PdfReport pdfReport ) : PdfRpt.Core.Contracts
pdfReport PdfReport
return PdfRpt.Core.Contracts