[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.DefaultValue

DefaultValue Class

Represents the default value for a report parameter.

Inheritance
DefaultValue
Implements
Namespace: GrapeCity.ActiveReports.PageReportModel
Assembly: MESCIUS.ActiveReports.Core.Rdl.dll
Syntax
public sealed class DefaultValue : IValidateable
Remarks

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

Constructors

Name Description
DefaultValue()

Initializes a new instance of the DefaultValue class.

Properties

Name Description
DataSetReference

Gets or sets the query to execute to obtain the default value(s) for the parameter.

Values

Gets the default values for the parameter.

Methods

Name Description
Clone()

Creates a new object that is a copy of the current instance.

Validate(ValidationContext)

Validates the current state of the DefaultValue object.

Extension Methods