PdfRpt.FluentInterface.InlineFieldBuilder.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 properties ) : void
properties PdfRpt.Core.Contracts.CellBasicProperties
return void
        public void BasicProperties(CellBasicProperties properties)
        {
            _builder.BasicProperties = properties;
        }