PdfRpt.Core.PdfTable.AdHocPdfColumnDefinitions.AdHocPdfColumnDefinitions C# (CSharp) Method

AdHocPdfColumnDefinitions() public method

Here you can control how cells should be rendered based on their specific data types.
public AdHocPdfColumnDefinitions ( IDataSource bodyDataSource, AdHocColumnsConventions conventions ) : System
bodyDataSource IDataSource PdfRpt's DataSource Contract
conventions PdfRpt.Core.Contracts.AdHocColumnsConventions Here you can control how cells should be rendered based on their specific data types.
return System
        public AdHocPdfColumnDefinitions(IDataSource bodyDataSource, AdHocColumnsConventions conventions)
        {
            _bodyDataSource = bodyDataSource;
            _conventions = conventions;
        }