Represents header settings of the dashboard sheet.
Inheritance Hierarchy
Relativity.Services.PivotProfile.HeaderSettings
Namespace: Relativity.Services.PivotProfile
Assembly: Relativity.Services.DataContracts (in Relativity.Services.DataContracts.dll) Version: 640db774aa42dfbe1785add27fbb41844ec5c7d4
Syntax
The HeaderSettings type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | HeaderSettings | Initializes a new instance of the HeaderSettings class |
Properties
Name | Description | |
---|---|---|
![]() | IncludeDashboard |
Gets or sets the value indicating whether to show the dashboard name or not.
|
![]() | IncludeDateAndTime |
Gets or sets the value indicating whether to show the export date and time or not.
|
![]() | IncludeLogo |
Gets or sets the value indicating whether to show the Relativity logo or not.
|
![]() | IncludeUser |
Gets or sets the value indicating whether to show the user name or not.
|
![]() | IncludeView |
Gets or sets the value indicating whether to show the view name or not.
|
![]() | IncludeWorkspace |
Gets or sets the value indicating whether to show the workspace name or not.
|
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