PdfRpt.FluentInterface.MainTableTemplateBuilder.CustomTemplate C# (CSharp) Method

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
        public void CustomTemplate(ITableTemplate template)
        {
            _pdfReport.DataBuilder.Template = template;
        }