[]
        
(Showing Draft Content)

C1.Report.ReportParameterValue

ReportParameterValue Class

Represents a report parameter value.

Inheritance
OwnedObject
NamedObject
ReportParameterValue
Namespace: C1.Report
Assembly: C1.FlexReport.dll
Syntax
public class ReportParameterValue : NamedObject, IScriptContextProvider

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 FlexReport 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()

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

SetName(string)

Sets the name of the current object.