ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Blazor.Designer Assembly / GrapeCity.ActiveReports.Blazor.Designer Namespace / Stylesheet Class / CanModify Property

In This Topic
    CanModify Property (Stylesheet)
    In This Topic
    Specifies whether RPX report Stylesheet can be modified.
    Syntax
    'Declaration
     
    Public Property CanModify As Nullable(Of Boolean)
    public Nullable<bool> CanModify {get; set;}
    See Also