ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Core.Rendering.Data Namespace / LocateDataSourceArgs Class / Data Property

In This Topic
    Data Property (LocateDataSourceArgs)
    In This Topic
    Get the data set by SetData method.
    Syntax
    'Declaration
     
    Public ReadOnly Property Data As Object
    public object Data {get;}

    Property Value

    This could be a string, a stream, or something else that is supported by a specific data provider.
    See Also