[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.DataSetReference

DataSetReference Class

Represents the query to execute to obtain a list of values or default values for a parameter.

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

Constructors

Name Description
DataSetReference()

Initializes a new instance of the DataSetReference class.

Properties

Name Description
DataSetName

Gets or sets a name of the dataset to use for the parameter.

LabelField

Gets or sets a name of the field to use for the value displayed to the user for selection.

ValueField

Gets or sets a name of the field to use for the values and defaults of the parameter.

Methods

Name Description
Validate(ValidationContext)

Validates the current state of the DataSetReference object.

Extension Methods