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

WingdingsSymbol() public method

Displaying the current cell's data as a Wingdings symbol.
public WingdingsSymbol ( Func onSelectSymbol ) : void
onSelectSymbol Func Choose a Wingdings symbol based on the passed value.
return void
        public void WingdingsSymbol(Func<IList<CellData>, Wingdings> onSelectSymbol)
        {
            _columnItemsTemplate = new WingdingsSymbolField { OnSelectSymbol = onSelectSymbol };
        }