GroupItemFluentBuilder Members
Contains methods that allow you to create and customize a parameter group.Methods
| Name | Description |
|---|---|
| AddGroupItem(Action<GroupItemFluentBuilder>) | Creates a group. |
| AddParameterItem(Parameter, Action<ParameterItemFluentBuilder>) | Adds a report parameter editor to the UI. Accepts a report parameter object. |
| AddParameterItem(String, Action<ParameterItemFluentBuilder>) | Adds a report parameter editor to the UI. Accepts a report parameter name. |
| AddSeparatorItem() | Creates a separator. |
| BeginGroupItem(String) | Creates a group, sets its title, and begins group customization. |
| BeginParameterItem(Parameter, Orientation) | Adds a parameter editor to the UI and begins editor customization. Accepts a report parameter object. |
| BeginParameterItem(String, Orientation) | Adds a parameter editor to the UI and begins editor customization. Accepts a report parameter name. |
| BeginSeparatorItem() | Creates a separator. |
| End() | Ends Parameters panel customization. |
| EndGroupItem() | Ends group customization. |
| Equals(Object, Object) static | Determines whether the specified object instances are considered equal. Inherited from Object. |
| Equals(Object) | Determines whether the specified object is equal to the current object. Inherited from Object. |
| GetGroupItem(Parameter, Action<GroupItemFluentBuilder>) | Returns a builder for a group that contains the specified parameter. Applies a customization action to the group. |
| GetGroupItem(Parameter) | Returns a builder for a group that contains the specified parameter. |
| GetGroupItem(Int32, Action<GroupItemFluentBuilder>) | Returns a group builder by index. Applies a customization action to the group. |
| GetGroupItem(Int32) | Returns a group builder by index. |
| GetGroupItem(String, Action<GroupItemFluentBuilder>) | Returns a builder for a group that contains a parameter with the specified name. Applies a customization action to the group. |
| GetGroupItem(String) | Returns a builder for a group that contains a parameter with the specified name. |
| GetHashCode() | Serves as the default hash function. Inherited from Object. |
| GetParameterItem(Parameter, Action<ParameterItemFluentBuilder>) | Applies a customization action to the specified parameter. |
| GetParameterItem(Parameter) | Returns a parameter builder. Accepts a report parameter object. |
| GetParameterItem(Int32, Action<ParameterItemFluentBuilder>) | Applies a customization action to the parameter with the specified index. |
| GetParameterItem(Int32) | Returns a parameter builder by index. |
| GetParameterItem(String, Action<ParameterItemFluentBuilder>) | Applies a customization action to the parameter with the specified name. |
| GetParameterItem(String) | Returns a parameter builder. Accepts a parameter name. |
| GetType() | Gets the Type of the current instance. Inherited from Object. |
| MemberwiseClone() protected | Creates a shallow copy of the current Object. Inherited from Object. |
| ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
| RemoveGroupItem(Parameter) | Removes a group that contains the specified parameter. |
| RemoveGroupItem(Int32) | Removes a group by index. |
| RemoveGroupItem(String) | Removes a group that contains a parameter with the specified name. |
| RemoveParameterItem(Parameter) | Removes a parameter editor from the UI. Accepts a parameter object. |
| RemoveParameterItem(Int32) | Removes a parameter editor from the UI. |
| RemoveParameterItem(String) | Removes a parameter editor from the UI. Accepts a parameter name. |
| RemoveSeparatorItem(Int32) | Removes a separator. |
| ToString() | Returns a string that represents the current object. Inherited from Object. |
| WithBorderVisible(Boolean) | Specifies whether group borders are visible. |
| WithExpanded(Boolean) | Specifies whether a group is expanded or collapsed. |
| WithOrientation(Orientation) | Specifies whether group parameters are placed vertically or horizontally. |
| WithShowExpandButton(Boolean) | Specifies whether to show the group’s expand/collapse button. |
| WithTitle(String) | Specifies a group title. |
| WithTitleVisible(Boolean) | Specifies whether a group title is visible. |
See Also