ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Rendering.Components Namespace / IMetadataDictionaryEntry Interface / ReportItem Property

In This Topic
    ReportItem Property (IMetadataDictionaryEntry)
    In This Topic
    Gets the IReportItem referenced directly (for Document Map) or indirectly via Contents.
    Syntax
    'Declaration
     
    ReadOnly Property ReportItem As IReportItem
    IReportItem ReportItem {get;}

    Property Value

    An IReportItem instance representing the report item.
    See Also