ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Web Assembly / GrapeCity.ActiveReports.Web Namespace / IntDefaultExportSetting Class / Value Property

In This Topic
    Value Property (IntDefaultExportSetting)
    In This Topic
    Syntax
    'Declaration
     
    Public Property Value As Nullable(Of Integer)
    public Nullable<int> Value {get; set;}
    See Also