ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Web Assembly / GrapeCity.ActiveReports.Web Namespace / BoolDefaultExportSetting Class / Value Property

In This Topic
    Value Property (BoolDefaultExportSetting)
    In This Topic
    Gets or sets the boolean value of the export setting.
    Syntax
    'Declaration
     
    Public Property Value As Nullable(Of Boolean)
    public Nullable<bool> Value {get; set;}

    Property Value

    A System.Boolean value of the export setting, or null if not set.
    See Also