GroupItemFluentBuilder Members
Contains methods that allow you to create and customize a parameter group.
#Methods
Name | Description |
---|---|
Add |
Creates a group. |
Add |
Adds a report parameter editor to the UI. Accepts a report parameter object. |
Add |
Adds a report parameter editor to the UI. Accepts a report parameter name. |
Add |
Creates a separator. |
Begin |
Creates a group, sets its title, and begins group customization. |
Begin |
Adds a parameter editor to the UI and begins editor customization. Accepts a report parameter object. |
Begin |
Adds a parameter editor to the UI and begins editor customization. Accepts a report parameter name. |
Begin |
Creates a separator. |
End() | Ends Parameters panel customization. |
End |
Ends group customization. |
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. |
Get |
Returns a builder for a group that contains the specified parameter. |
Get |
Returns a group builder by index. Applies a customization action to the group. |
Get |
Returns a group builder by index. |
Get |
Returns a builder for a group that contains a parameter with the specified name. Applies a customization action to the group. |
Get |
Returns a builder for a group that contains a parameter with the specified name. |
Get |
Serves as the default hash function. Inherited from Object. |
Get |
Applies a customization action to the specified parameter. |
Get |
Returns a parameter builder. Accepts a report parameter object. |
Get |
Applies a customization action to the parameter with the specified index. |
Get |
Returns a parameter builder by index. |
Get |
Applies a customization action to the parameter with the specified name. |
Get |
Returns a parameter builder. Accepts a parameter name. |
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. |
Remove |
Removes a group by index. |
Remove |
Removes a group that contains a parameter with the specified name. |
Remove |
Removes a parameter editor from the UI. Accepts a parameter object. |
Remove |
Removes a parameter editor from the UI. |
Remove |
Removes a parameter editor from the UI. Accepts a parameter name. |
Remove |
Removes a separator. |
To |
Returns a string that represents the current object. Inherited from Object. |
With |
Specifies whether group borders are visible. |
With |
Specifies whether a group is expanded or collapsed. |
With |
Specifies whether group parameters are placed vertically or horizontally. |
With |
Specifies whether to show the group’s expand/collapse button. |
With |
Specifies a group title. |
With |
Specifies whether a group title is visible. |
See Also