ActiveReports 18 .NET Edition
MESCIUS.ActiveReports Assembly / GrapeCity.ActiveReports Namespace / LocateDataSourceEventArgs Class / Data Property

In This Topic
    Data Property (LocateDataSourceEventArgs)
    In This Topic
    The data returned by the event handler.
    Syntax
    'Declaration
     
    Public Property Data As Object
    public object Data {get; set;}
    See Also