/// <summary>
 /// Initializes a new instance of the <see cref="ReportTemplateFactory"/> class.
 /// </summary>
 public ReportTemplateFactory()
 {
     _dependencyResolver = new AliasDependencyResolver();
     _serializer = new XmlReportTemplateSerializer(this);
 }
 /// <summary>
 /// Initializes a new instance of the <see cref="ReportTemplateFactory"/> class.
 /// </summary>
 public ReportTemplateFactory()
 {
     _dependencyResolver = new AliasDependencyResolver();
     _serializer         = new XmlReportTemplateSerializer(this);
 }