[]
        
(Showing Draft Content)

C1.WPF.Report.AllowedValuesDefinition

AllowedValuesDefinition Class

Represents a collection of allowed values for a ReportParameter.

Inheritance
AllowedValuesDefinition
Namespace: C1.WPF.Report
Assembly: C1.WPF.Report.dll
Syntax
public class AllowedValuesDefinition

Properties

Name Description
Binding

Gets a BoundLabeledValues defining the list of allowed values for report parameter on the base of data source binding, this property is ignored if Values collection is not empty.

Empty

Gets a value indicating whether this AllowedValuesDefinition is empty.

Owner

Gets the ReportParameter object owning this object.

Values

Gets a ReportLabeledValues collection defining list of allowed values for report parameter, if this collection contains the items then Binding property is ignored.

Methods

Name Description
AssignFrom(AllowedValuesDefinition)

Assigns (copies) properties from another AllowedValuesDefinition to the current object.