C# Class Supermarket.UI.PdfAggregatedSalesReportsCreator

ファイルを表示 Open project: vladislav-karamfilov/TelerikAcademy Class Usage Examples

Public Methods

Method Description
CreatePdfAggregatedSalesReports ( string destinationDirectoryPath ) : void

Private Methods

Method Description
AddSaleReportRow ( float fontSize, Font fontFamily, IList cells, Models sale, string measure, string productName, string location ) : void
AddTitleRows ( float fontSize, Font fontFamily, System.DateTime date, IList cells ) : void

Method Details

CreatePdfAggregatedSalesReports() public method

public CreatePdfAggregatedSalesReports ( string destinationDirectoryPath ) : void
destinationDirectoryPath string
return void