ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Blazor.Designer Assembly / GrapeCity.ActiveReports.Blazor.Designer Namespace / DataSources Class / CanModify Property

In This Topic
    CanModify Property (DataSources)
    In This Topic
    Gets or sets a value indicating whether it is possible to modify (including add, edit, or remove) data sources.
    Syntax
    'Declaration
     
    Public Property CanModify As Nullable(Of Boolean)
    public Nullable<bool> CanModify {get; set;}

    Property Value

    true if data sources can be modified; otherwise, false.
    See Also