[]
Represents a factory for creating report components.
public class ReportComponentFactory : IReportComponentFactory
IComponent reportComponent = ReportComponentFactory.Instance.CreateComponent(typeof(Report));
| Name | Description |
|---|---|
| ReportComponentFactory() |
| Name | Description |
|---|---|
| Instance | Gets a singleton instance of the ReportComponentFactory. |