DockLayoutManagerItemsNames Members
Contains fields that identify dock panels and groups in the Report Designer.Fields
| Name | Description |
|---|---|
| DesignSurfacePanel | |
| FieldListPanel | Returns “FieldListPanel”. Corresponds to the Field List. |
| GroupSortGroup | Returns “GroupSortGroup”. Corresponds to the group containing the Group and Sort Panel and report document. |
| GroupSortPanel | Returns “GroupSortPanel”. Corresponds to the Group and Sort Panel. |
| MainGroup | Returns “MainGroup”. Corresponds to the main group containing all dock panels. |
| PropertyGridPanel | Returns “PropertyGridPanel”. Corresponds to the Properties Panel. |
| ReportDesignAnalyzerPanel | |
| ReportExplorerPanel | Returns “ReportExplorerPanel”. Corresponds to the Report Explorer. |
| ReportGalleryPanel | |
| SideBottomPanelsGroup | |
| SidePanelsGroup | Returns “SidePanelsGroup”. Corresponds to the group that is located on the right side of the Designer and contains the Field List, Report Explorer and Properties Panel. |
| SideTopPanelsGroup | Returns “SideTopPanelsGroup”. Corresponds to the group that is located on the top right side of the Designer and contains the Field List and Report Explorer. |
| ToolboxPanel | Returns “ToolboxPanel”. Corresponds to the Control Toolbox. |
Methods
| Name | Description |
|---|---|
| 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. |
| GetHashCode() | Serves as the default hash function. Inherited from Object. |
| 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. |
| ToString() | Returns a string that represents the current object. Inherited from Object. |
See Also