| 名前 | 解説 | |
|---|---|---|
![]() | ReportParameter コンストラクタ | Initializes a new instance of the ReportParameter class. |
ReportParameterデータ型で公開されるメンバを以下の表に示します。
| 名前 | 解説 | |
|---|---|---|
![]() | ReportParameter コンストラクタ | Initializes a new instance of the ReportParameter class. |
| 名前 | 解説 | |
|---|---|---|
![]() | AllowBlank | Gets or sets a value indicating whether the value of this parameter can be an empty string. Ignored unless C1.Document.Parameter.DataType is String. C1.Document.Parameterから継承されます。 |
![]() | AllowedValues | Gets a list of allowed parameter values. This can be null, which means that the list of allowed values is not supported. This can also be an empty list, which means that the list of allowed values is empty (possible if for example the list is filled by a query, and the query returned an empty result). C1.Document.Parameterから継承されます。 |
![]() | AllowedValuesDefinition | Gets the AllowedValuesDefinition defining the list of allowed values for this parameter. |
![]() | DataType | Gets or sets the data type of this parameter. C1.Document.Parameterから継承されます。 |
![]() | DisplayText | Gets the display text corresponding to a parameter value. This property has a meaningful value only during the report rendering. |
![]() | DocumentSource | Gets a C1.Document.C1DocumentSource owning this C1.Document.Parameter object. C1.Document.Parameterから継承されます。 |
![]() | Hidden | Gets or sets a value indicating whether this parameter should be hidden from user interface. (Hidden parameters can be used for programmatic control of subreports, drillthrough reports etc.) C1.Document.Parameterから継承されます。 |
![]() | MaxLength | Gets or sets the maximum length of a string parameter (0 means unlimited length). This property is ignored for non-string parameters. C1.Document.Parameterから継承されます。 |
![]() | MultiValue | Gets or sets a value indicating whether this parameter can be used to pass multiple values. C1.Document.Parameterから継承されます。 |
![]() | 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から継承されます。 |
![]() | Nullable | Gets or sets a value indicating whether the value of this parameter can be null. Cannot be true if this is a multi-value parameter. C1.Document.Parameterから継承されます。 |
![]() | Owner | Gets a C1.Document.ParameterCollection containing this C1.Document.Parameter object. C1.Document.Parameterから継承されます。 |
![]() | ParentReport | Gets the FlexReport object owning this parameter. |
![]() | Prompt | Gets or sets the prompt shown to the user when asking to enter a value for the parameter. C1.Document.Parameterから継承されます。 |
![]() | Text | Gets the string representation of C1.Document.Parameter.Value C1.Document.Parameterから継承されます。 |
![]() | Value | Gets or sets the parameter value. If C1.Document.Parameter.MultiValue is true, the parameter value can be an array, in which case all items in that array must have the same type, and cannot be arrays. C1.Document.Parameterから継承されます。 |
| 名前 | 解説 | |
|---|---|---|
![]() | AssignFrom | オーバーライドされます。 Assigns (copies) properties from another object to the current object. |
![]() | Clone | Clones the current object. C1.Document.NamedObjectから継承されます。 |
![]() | CreateSame | オーバーライドされます。 Creates a new instance of the same class as this one. |
![]() | SelectAllValues | Assigns all C1.Document.Parameter.AllowedValues to C1.Document.Parameter.Value. C1.Document.Parameterから継承されます。 |
| 名前 | 解説 | |
|---|---|---|
![]() | GetPropsTable | オーバーライドされます。 Gets the C1.Document.Serialization.IC1PropsTable. |
![]() | OnPropertyChanged | オーバーライドされます。 Called when property of C1.Document.Parameter is changed. |
![]() | SetName | オーバーライドされます。 Sets the name of the current object. |
![]() | SetOwner | Sets the owner of the current object. C1.Document.OwnedObjectから継承されます。 |