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

In This Topic
    Key Property (IReportItemRenderInfo)
    In This Topic
    Gets the unique key of the report item in the render tree.
    Syntax
    'Declaration
     
    ReadOnly Property Key As ReportItemKey
    ReportItemKey Key {get;}

    Property Value

    The unique GrapeCity.ActiveReports.Rendering.Components.ReportItemKey of the report item in the render tree.
    See Also