<PackageReference Include="Relativity.Services.DataContracts.SDK" Version="13.3.0" />

Relativity.Services.PivotProfile.HeaderSettings

public class HeaderSettings
Represents header settings of the dashboard sheet.
public bool IncludeDashboard { get; set; }

Gets or sets the value indicating whether to show the dashboard name or not.

public bool IncludeDateAndTime { get; set; }

Gets or sets the value indicating whether to show the export date and time or not.

public bool { get; set; }

Gets or sets the value indicating whether to show the Relativity logo or not.

public bool IncludeUser { get; set; }

Gets or sets the value indicating whether to show the user name or not.

public bool IncludeView { get; set; }

Gets or sets the value indicating whether to show the view name or not.

public bool IncludeWorkspace { get; set; }

Gets or sets the value indicating whether to show the workspace name or not.

public HeaderSettings()