[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Rdl.Persistence.ReportComponentFactory

ReportComponentFactory Class

Represents a factory for creating report components.

Inheritance
ReportComponentFactory
Namespace: GrapeCity.ActiveReports.Rdl.Persistence
Assembly: MESCIUS.ActiveReports.Core.Rdl.dll
Syntax
public class ReportComponentFactory : IReportComponentFactory
Examples
IComponent reportComponent = ReportComponentFactory.Instance.CreateComponent(typeof(Report));

Constructors

Name Description
ReportComponentFactory()

Fields

Name Description
Instance

Gets a singleton instance of the ReportComponentFactory.

Extension Methods