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

Relativity.Services.PivotProfile.Dashboard

public class Dashboard
Represents the settings to use for a Dashboard Pivots query.
public bool AddFullDashboardSheet { get; set; }

Gets or sets a value indicating whether to add a dashboard sheet or not.

public float CellRatio { get; set; }

public string DashboardName { get; set; }

Gets or sets a dashboard name.

public HeaderSettings HeaderSettings { get; set; }

Gets or sets a dashboard sheet header settings. Applies only when AddFullDashboardSheet is set to true.

public DashboardImage[] Images { get; set; }

Gets or sets an array of a dashboard images settings

public DashboardPivot[] Pivots { get; set; }

Gets or sets an array of a dashboard pivots settings

public int? SavedSearchId { get; set; }

Gets or sets ID of the saved search for the data query.

public bool ShowChildSheets { get; set; }

Gets or sets a value indicating whether to show a child sheets or not. Applies only when AddFullDashboardSheet is set to true.

public string UserName { get; set; }

Gets or sets the user name to show in the dashboard sheet header.

public int? ViewId { get; set; }

Gets or sets ID of the view for the data query.

public string ViewName { get; set; }

Gets or sets the view name to show in the dashboard sheet header.

public string WorkspaceName { get; set; }

Gets or sets the workspace name to show in the dashboard sheet header.

public Dashboard()