ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Layout Namespace / IReportLayout Interface / MetadataDictionary Property

In This Topic
    MetadataDictionary Property (IReportLayout)
    In This Topic
    Gets the master metadata dictionary associated with this layout tree.
    Syntax
    'Declaration
     
    ReadOnly Property MetadataDictionary As IMetadataDictionary
    IMetadataDictionary MetadataDictionary {get;}

    Property Value

    The metadata dictionary as an GrapeCity.ActiveReports.Extensibility.Rendering.Components.IMetadataDictionary.
    See Also