C# Class PdfRpt.FluentInterface.MainTableTemplateBuilder

Template Builder Class.
Afficher le fichier Open project: VahidN/PdfReport Class Usage Examples

Méthodes publiques

Méthode 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 méthode

Sets a predefined template.
public BasicTemplate ( BasicTemplate template ) : void
template BasicTemplate selected template
Résultat void

CustomTemplate() public méthode

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
Résultat void

MainTableTemplateBuilder() public méthode

ctor.
public MainTableTemplateBuilder ( PdfReport pdfReport ) : PdfRpt.Core.Contracts
pdfReport PdfReport
Résultat PdfRpt.Core.Contracts