'宣言
Function CreateCustomReportItem( _ ByVal serviceProvider As IServiceProvider, _ ByVal type As String, _ ByVal dataContext As IDataScope, _ ByVal properties As IPropertyBag _ ) As IReportItem
IReportItem CreateCustomReportItem( IServiceProvider serviceProvider, string type, IDataScope dataContext, IPropertyBag properties )
パラメータ
- 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.