[]
        
(Showing Draft Content)

C1.Win.FlexReport.ReportParameterValue

ReportParameterValue Class

Represents a report parameter value.

Inheritance
ReportParameterValue
Implements
IC1Serializable
Namespace: C1.Win.FlexReport
Assembly: C1.Win.FlexReport.4.8.dll
Syntax
public class ReportParameterValue : NamedObject, IC1Serializable

Constructors

Name Description
ReportParameterValue()

Initializes a new instance of the ReportParameterValue class.

Properties

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.

Methods

Name Description
AssignFrom(object)

Copies properties from another ReportParameterValue object.

CreateSame()
SetName(string)