[]
Represents a report parameter value.
public class ReportParameterValue : NamedObject
Name | Description |
---|---|
ReportParameterValue() | Initializes a new instance of the ReportParameterValue class. |
Name | Description |
---|---|
Owner | Gets the ReportParameterValues collection containing this value. |
ParentReport | Gets the C1FlexReport object containing this value. |
Value | Gets or sets the ScriptObjectValue yielding the value of the parameter. |
Name | Description |
---|---|
AssignFrom(object) | Copies properties from another ReportParameterValue object. |
CreateSame() | Creates a new instance of the same class as this one. |
SetName(string) | Sets the name of the current object. |