[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.ValidValues

ValidValues Class

Represents the possible values for a parameter. This is used to populate UI selection lists from which users can select a parameter value.

Inheritance
ValidValues
Namespace: GrapeCity.ActiveReports.PageReportModel
Assembly: MESCIUS.ActiveReports.Core.Rdl.dll
Syntax
public sealed class ValidValues : IValidateable, ICloneable
Remarks

A ValidValues object must have one and only one of the following properties set: DataSetReference or ParameterValues.

Constructors

Name Description
ValidValues()

Initializes a new instance of the ValidValues class.

Properties

Name Description
DataSetReference

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

OrderBy

Gets a collection of hardcoded values for the parameter values order.

ParameterValues

Gets a collection of hardcoded 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 ValidValues object.

Extension Methods