PdfRpt.FluentInterface.ColumnItemsTemplateBuilder.WingdingsSymbol C# (CSharp) Méthode

WingdingsSymbol() public méthode

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.
Résultat void
        public void WingdingsSymbol(Func<IList<CellData>, Wingdings> onSelectSymbol)
        {
            _columnItemsTemplate = new WingdingsSymbolField { OnSelectSymbol = onSelectSymbol };
        }