ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering 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.

In This Topic
    Initialize Method (IReportItem)
    In This Topic
    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