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

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

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

    Inheritance Hierarchy

    System.Object
       GrapeCity.ActiveReports.PageReportModel.DefaultValue

    See Also