C# Class Supermarket.UI.PdfAggregatedSalesReportsCreator

Afficher le fichier Open project: vladislav-karamfilov/TelerikAcademy Class Usage Examples

Méthodes publiques

Méthode Description
CreatePdfAggregatedSalesReports ( string destinationDirectoryPath ) : void

Private Methods

Méthode 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 méthode

public CreatePdfAggregatedSalesReports ( string destinationDirectoryPath ) : void
destinationDirectoryPath string
Résultat void