[]
        
(Showing Draft Content)

C1.WPF.FlexReport.ReportParameter

ReportParameter Class

Represents a parameter in a C1FlexReport.

Inheritance
OwnedObject
NamedObject
ReportParameter
Namespace: C1.WPF.FlexReport
Assembly: C1.WPF.FlexReport.4.6.2.dll
Syntax
public class ReportParameter : Parameter

Constructors

Name Description
ReportParameter()

Initializes a new instance of the ReportParameter class.

Properties

Name Description
AllowedValuesDefinition

Gets the AllowedValuesDefinition defining the list of allowed values for this parameter.

DisplayText

Gets the display text corresponding to a parameter value. This property has a meaningful value only during the report rendering.

ParentReport

Gets the C1FlexReport object owning this parameter.

Methods

Name Description
AssignFrom(object)

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

CreateSame()

Creates a new instance of the same class as this one.

GetPropsTable()

Gets the C1.WPF.Document.Serialization.IC1PropsTable.

OnPropertyChanged()

Called when property of Parameter is changed.

SetName(string)

Sets the name of the current object.