[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Rendering.ICustomReportItemFactory

ICustomReportItemFactory Interface

Represents service to create custom report items. For internal use.

Namespace: GrapeCity.ActiveReports.Rendering
Assembly: MESCIUS.ActiveReports.dll
Syntax
public interface ICustomReportItemFactory

Methods

Name Description
CreateCustomReportItem(IServiceProvider, string, IDataScope, IPropertyBag)

Tries to creates new custom report item based on the specified settings.

Extension Methods