ActiveReports 12
Initialize Method (IReportItem)

GrapeCity.ActiveReports.Extensibility.v12 Assembly > GrapeCity.ActiveReports.Extensibility.Rendering.Components Namespace > IReportItem Interface : Initialize Method
The data context associated with this report item.
The property bag associated with this report item.
Initializes the report item.
Syntax
'Declaration
 
Sub Initialize( _
   ByVal dataContext As IDataScope, _
   ByVal properties As IPropertyBag _
) 
void Initialize( 
   IDataScope dataContext,
   IPropertyBag properties
)

Parameters

dataContext
The data context associated with this report item.
properties
The property bag associated with this report item.
See Also

Reference

IReportItem Interface
IReportItem Members