ParameterPanelFluentBuilder Members
Contains methods that allow you to customize the Parameters panel.
#Methods
Name | Description |
---|---|
Add |
Creates a group.
Inherited from Group |
Add |
Adds a report parameter editor to the UI. Accepts a report parameter object.
Inherited from Group |
Add |
Adds a report parameter editor to the UI. Accepts a report parameter name.
Inherited from Group |
Add |
Creates a separator.
Inherited from Group |
Begin |
Begins customization of the Parameters panel. |
Begin |
Creates a group, sets its title, and begins group customization.
Inherited from Group |
Begin |
Adds a parameter editor to the UI and begins editor customization. Accepts a report parameter object.
Inherited from Group |
Begin |
Adds a parameter editor to the UI and begins editor customization. Accepts a report parameter name.
Inherited from Group |
Begin |
Creates a separator.
Inherited from Group |
Clear |
Discards all customization actions applied to the Parameters panel.
Inherited from Parameter |
End() |
Ends Parameters panel customization.
Inherited from Parameter |
End |
Ends group customization.
Inherited from Group |
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals |
Determines whether the specified object is equal to the current object. Inherited from Object. |
Get |
Returns a builder for a group that contains the specified parameter. Applies a customization action to the group.
Inherited from Group |
Get |
Returns a builder for a group that contains the specified parameter.
Inherited from Group |
Get |
Returns a group builder by index. Applies a customization action to the group.
Inherited from Group |
Get |
Returns a group builder by index.
Inherited from Group |
Get |
Returns a builder for a group that contains a parameter with the specified name. Applies a customization action to the group.
Inherited from Group |
Get |
Returns a builder for a group that contains a parameter with the specified name.
Inherited from Group |
Get |
Serves as the default hash function. Inherited from Object. |
Get |
Applies a customization action to the specified parameter.
Inherited from Group |
Get |
Returns a parameter builder. Accepts a report parameter object.
Inherited from Group |
Get |
Applies a customization action to the parameter with the specified index.
Inherited from Group |
Get |
Returns a parameter builder by index.
Inherited from Group |
Get |
Applies a customization action to the parameter with the specified name.
Inherited from Group |
Get |
Returns a parameter builder. Accepts a parameter name.
Inherited from Group |
Get |
Gets the Type of the current instance. Inherited from Object. |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
Remove |
Removes a group that contains the specified parameter.
Inherited from Group |
Remove |
Removes a group by index.
Inherited from Group |
Remove |
Removes a group that contains a parameter with the specified name.
Inherited from Group |
Remove |
Removes a parameter editor from the UI. Accepts a parameter object.
Inherited from Group |
Remove |
Removes a parameter editor from the UI.
Inherited from Group |
Remove |
Removes a parameter editor from the UI. Accepts a parameter name.
Inherited from Group |
Remove |
Removes a separator.
Inherited from Group |
To |
Returns a string that represents the current object. Inherited from Object. |
With |
Specifies whether group borders are visible.
Inherited from Group |
With |
Specifies whether a group is expanded or collapsed.
Inherited from Group |
With |
Specifies whether group parameters are placed vertically or horizontally.
Inherited from Group |
With |
Specifies whether to show the group’s expand/collapse button.
Inherited from Group |
With |
Specifies a group title.
Inherited from Group |
With |
Specifies whether a group title is visible.
Inherited from Group |
See Also