ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Rendering.Components Namespace / MemoryReportItem Class / Initialize Method
The data context associated with this report item.
The property bag associated with this report item.

In This Topic
Initialize Method (MemoryReportItem)
In This Topic
Initializes the MemoryReportItem.
Syntax
'Declaration
 
Public Overridable Sub Initialize( _
   ByVal dataContext As IDataScope, _
   ByVal properties As IPropertyBag _
) 
 

Parameters

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