[]
Represents a parameter in a FlexReport.
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 FlexReport 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.Document.Serialization.IC1PropsTable. |
OnPropertyChanged() | Called when property of Parameter is changed. |
SetName(string) | Sets the name of the current object. |