[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.IReportComponentFactory

IReportComponentFactory Interface

Represents a factory for creating ReportComponent objects.

Namespace: GrapeCity.ActiveReports
Assembly: MESCIUS.ActiveReports.Core.Rdl.dll
Syntax
public interface IReportComponentFactory

Methods

Name Description
CreateComponent(Type)

Creates an instance of a component of the specified type.

Extension Methods