ActiveReports 19 .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
    Gets or sets a value indicating whether the RPX report stylesheet can be modified.
    Syntax
    'Declaration
     
    Public Property CanModify As Nullable(Of Boolean)
    public Nullable<bool> CanModify {get; set;}

    Property Value

    true if the RPX report stylesheet can be modified; otherwise, false.
    See Also