WebReportStyles.cs 220 B

1234567891011121314
  1. using System;
  2. using System.Collections.Generic;
  3. using System.Text;
  4. namespace FastReport.Web
  5. {
  6. /// <summary>
  7. ///
  8. /// </summary>
  9. public class WebReportStyles
  10. {
  11. // under development
  12. }
  13. }