PrintGridModel.cs 274 B

12345678910111213
  1. using DevExpress.XtraReports.UI;
  2. using System;
  3. using System.Collections.Generic;
  4. using System.Linq;
  5. using System.Web;
  6. namespace GreenTree.Nachtragsmanagement.Web.Models.Global
  7. {
  8. public class PrintGridModel
  9. {
  10. public XtraReport Report { get; set; }
  11. }
  12. }