PdfRpt.FluentInterface.ColumnItemsTemplateBuilder.BasicProperties C# (CSharp) Method

BasicProperties() public method

Table's Cells Definitions. If you don't set this value, it will be filled by using current template's settings internally.
public BasicProperties ( CellBasicProperties data ) : void
data PdfRpt.Core.Contracts.CellBasicProperties
return void
        public void BasicProperties(CellBasicProperties data)
        {
            _columnItemsTemplate.BasicProperties = data;
        }