ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / DefaultValue Class
Members

In This Topic
    DefaultValue Class
    In This Topic
    The default value for the parameter.
    Object Model
    DefaultValue Class
    Syntax
    'Declaration
     
    Public NotInheritable Class DefaultValue 
       Implements IValidateable 
    public sealed class DefaultValue : IValidateable  
    Remarks

    DefaultValue must have one and only one of the following properties set: Values or DataSetReference.

    Inheritance Hierarchy

    System.Object
       GrapeCity.ActiveReports.PageReportModel.DefaultValue

    See Also