Represents the settings to use for a Dashboard Pivots query.
Inheritance Hierarchy
Relativity.Services.PivotProfile.Dashboard
Namespace: Relativity.Services.PivotProfile
Assembly: Relativity.Services.DataContracts (in Relativity.Services.DataContracts.dll) Version: 640db774aa42dfbe1785add27fbb41844ec5c7d4
Syntax
The Dashboard type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | Dashboard | Initializes a new instance of the Dashboard class |
Properties
Name | Description | |
---|---|---|
![]() | AddFullDashboardSheet |
Gets or sets a value indicating whether to add a dashboard sheet or not.
|
![]() | CellRatio | |
![]() | DashboardName |
Gets or sets a dashboard name.
|
![]() | HeaderSettings |
Gets or sets a dashboard sheet header settings. Applies only when AddFullDashboardSheet is set to true.
|
![]() | Images |
Gets or sets an array of a dashboard images settings
|
![]() | Pivots |
Gets or sets an array of a dashboard pivots settings
|
![]() | SavedSearchId |
Gets or sets ID of the saved search for the data query.
|
![]() | ShowChildSheets |
Gets or sets a value indicating whether to show a child sheets or not. Applies only when AddFullDashboardSheet is set to true.
|
![]() | UserName |
Gets or sets the user name to show in the dashboard sheet header.
|
![]() | ViewId |
Gets or sets ID of the view for the data query.
|
![]() | ViewName |
Gets or sets the view name to show in the dashboard sheet header.
|
![]() | WorkspaceName |
Gets or sets the workspace name to show in the dashboard sheet header.
|
Methods
Name | Description | |
---|---|---|
![]() | Equals | 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.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
See Also