[]
Represents a parameter in a C1FlexReport.
public class ReportParameter : Parameter
| Name | Description |
|---|---|
| ReportParameter() | Initializes a new instance of the ReportParameter class. |
| 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. |
| 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. |