Dashboard Class

Relativity Services API
Represents the settings to use for a Dashboard Pivots query.
Inheritance Hierarchy

System.Object
  Relativity.Services.PivotProfile.Dashboard

Namespace:  Relativity.Services.PivotProfile
Assembly:  Relativity.Services.DataContracts (in Relativity.Services.DataContracts.dll) Version: 640db774aa42dfbe1785add27fbb41844ec5c7d4
Syntax

public class Dashboard

The Dashboard type exposes the following members.

Constructors

  NameDescription
Public methodDashboard
Initializes a new instance of the Dashboard class
Top
Properties

  NameDescription
Public propertyAddFullDashboardSheet
Gets or sets a value indicating whether to add a dashboard sheet or not.
Public propertyCellRatio
Public propertyDashboardName
Gets or sets a dashboard name.
Public propertyHeaderSettings
Gets or sets a dashboard sheet header settings. Applies only when AddFullDashboardSheet is set to true.
Public propertyImages
Gets or sets an array of a dashboard images settings
Public propertyPivots
Gets or sets an array of a dashboard pivots settings
Public propertySavedSearchId
Gets or sets ID of the saved search for the data query.
Public propertyShowChildSheets
Gets or sets a value indicating whether to show a child sheets or not. Applies only when AddFullDashboardSheet is set to true.
Public propertyUserName
Gets or sets the user name to show in the dashboard sheet header.
Public propertyViewId
Gets or sets ID of the view for the data query.
Public propertyViewName
Gets or sets the view name to show in the dashboard sheet header.
Public propertyWorkspaceName
Gets or sets the workspace name to show in the dashboard sheet header.
Top
Methods

  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also

Reference