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

In This Topic
    Value Property (StringDefaultExportSetting)
    In This Topic
    Gets or sets the string value of the export setting.
    Syntax
    'Declaration
     
    Public Property Value As String
    public string Value {get; set;}

    Property Value

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