| 名前 | 解説 | |
|---|---|---|
![]() | ReportParameterValue コンストラクタ | Initializes a new instance of the ReportParameterValue class. |
ReportParameterValueデータ型で公開されるメンバを以下の表に示します。
| 名前 | 解説 | |
|---|---|---|
![]() | ReportParameterValue コンストラクタ | Initializes a new instance of the ReportParameterValue class. |
| 名前 | 解説 | |
|---|---|---|
![]() | Name | Gets or sets the unique name of the current object. If an item with the specified name already exists in the owner, an exception is thrown. C1.Document.NamedObjectから継承されます。 |
![]() | 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. |
| 名前 | 解説 | |
|---|---|---|
![]() | AssignFrom | オーバーライドされます。 Copies properties from another ReportParameterValue object. |
![]() | Clone | Clones the current object. C1.Document.NamedObjectから継承されます。 |
![]() | CreateSame | オーバーライドされます。 Creates a new instance of the same class as this one. |
| 名前 | 解説 | |
|---|---|---|
![]() | SetName | オーバーライドされます。 Sets the name of the current object. |
![]() | SetOwner | Sets the owner of the current object. C1.Document.OwnedObjectから継承されます。 |