ActiveReports 18 .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
    Specifies whether it is possible to modify (including add/edit/remove) data sources.
    Syntax
    'Declaration
     
    Public Property CanModify As Nullable(Of Boolean)
    public Nullable<bool> CanModify {get; set;}
    See Also