ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / StyleSheet Class / AutoUpgrade Property

In This Topic
    AutoUpgrade Property
    In This Topic
    Gets or sets a value indicating whether the stylesheet should automatically upgrade.
    Syntax
    'Declaration
     
    Public Property AutoUpgrade As Boolean
    public bool AutoUpgrade {get; set;}

    Property Value

    A System.Boolean value where true indicates that the stylesheet will auto-upgrade; otherwise, false.
    Remarks
    This property should not be used directly in application code. It is designed for internal operations within the product libraries and may change or be removed in future versions without notice.
    See Also