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

In This Topic
    HasTheDataBeenSet Property
    In This Topic
    Gets a sign indicating whether the data was set by SetData method.
    Syntax
    'Declaration
     
    Public ReadOnly Property HasTheDataBeenSet As Boolean
    public bool HasTheDataBeenSet {get;}

    Property Value

    True if the data has been set, false otherwise.
    See Also