[]
Tries to creates new custom report item based on the specified settings.
IReportItem CreateCustomReportItem(IServiceProvider serviceProvider, string type, IDataScope dataContext, IPropertyBag properties)
Type | Name | Description |
---|---|---|
IServiceProvider | serviceProvider | The service provider to resolve reports core configuration. |
string | type | The type of CRI to create. |
IDataScope | dataContext | The data context to initialize CRI with. |
IPropertyBag | properties | The properties to initialize CRI with. |
Type | Description |
---|---|
IReportItem | New CRI or null if fails. |