PdfRpt.FluentInterface.XHtmlFooterProviderBuilder.AddPageFooter C# (CSharp) Method

AddPageFooter() public method

Returns dynamic HTML content of the page footer.
public AddPageFooter ( string>.Func footer ) : void
footer string>.Func
return void
        public void AddPageFooter(Func<FooterData, string> footer)
        {
            _builder.AddPageFooter = footer;
        }
XHtmlFooterProviderBuilder