ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / ValidationContext Class / ContextualInformation Property

In This Topic
    ContextualInformation Property
    In This Topic
    Gets a hybrid dictionary containing any information that needs to be passed through validation.
    Syntax
    'Declaration
     
    Public ReadOnly Property ContextualInformation As HybridDictionary
    public HybridDictionary ContextualInformation {get;}

    Property Value

    A System.Collections.Specialized.HybridDictionary object containing the information of current validation context.
    See Also