PdfRpt.FluentInterface.MainTablePreferencesBuilder.MainTableType C# (CSharp) Method

MainTableType() public method

Sets the TableType. Its default value is a noraml PdfGrid.
public MainTableType ( TableType tableType ) : void
tableType TableType Value of the TableType
return void
        public void MainTableType(TableType tableType)
        {
            _pdfReport.DataBuilder.DefaultTableType(tableType);
        }