ActiveReports for .NET 18.0J
CreateCustomReportItem メソッド (ICustomReportItemFactory)

GrapeCity.ActiveReports.Rendering 名前空間 > ICustomReportItemFactory インターフェース : CreateCustomReportItem メソッド
The service provider to resolve reports core configuration.
The type of CRI to create.
The data context to initialize CRI with.
The properties to initialize CRI with.
Tries to creates new custom report item based on the specified settings.
シンタックス
'宣言
 
Function CreateCustomReportItem( _
   ByVal serviceProvider As IServiceProvider, _
   ByVal type As String, _
   ByVal dataContext As IDataScope, _
   ByVal properties As IPropertyBag _
) As IReportItem

パラメータ

serviceProvider
The service provider to resolve reports core configuration.
type
The type of CRI to create.
dataContext
The data context to initialize CRI with.
properties
The properties to initialize CRI with.

戻り値の型

New CRI or null if fails.
参照

ICustomReportItemFactory インターフェース
ICustomReportItemFactory メンバ