ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / Variable Class / Writable Property

In This Topic
    Writable Property
    In This Topic
    Gets or sets a value indicating whether the variable is writable.
    Syntax
    'Declaration
     
    Public Property Writable As Boolean
    public bool Writable {get; set;}

    Property Value

    A System.Boolean value where true if the variable is writable; otherwise, false.
    See Also