PivotProfileRef Class

Relativity Services API
Inheritance Hierarchy

System.Object
  Relativity.Services.PivotProfile.PivotBase
    Relativity.Services.PivotProfile.PivotProfileRef

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

public class PivotProfileRef : PivotBase

The PivotProfileRef type exposes the following members.

Constructors

  NameDescription
Public methodPivotProfileRef
Initializes a new instance of the PivotProfileRef class
Top
Properties

  NameDescription
Public propertyChartOrientation
Gets or sets the value of the Bar and StackedBar charts orientation.
(Inherited from PivotBase.)
Public propertyChartType
Gets or sets what kind of chart is used.
(Inherited from PivotBase.)
Public propertyGroupByDateTimePart
Gets or sets the time interval to use when calculating results for a GroupByField field, if the GroupByField field is a Date field.
(Inherited from PivotBase.)
Public propertyGroupByField
Gets or sets the field to use as the Group By value in a Pivot query and result set. Grouping functionality (Field.AllowGroupBy property) must be enabled for a field before the field can be used as a GroupByField field.
(Inherited from PivotBase.)
Public propertyGroupByResultLimit
Gets or sets the value to limit the data results.
(Inherited from PivotBase.)
Public propertyGroupByResultLimitValue
Gets or sets the number of rows to be taken, if the value of the GroupByResultLimit property is set to the Top or Bottom.
(Inherited from PivotBase.)
Public propertyID
Public propertyName
Gets or sets the pivot name.
(Inherited from PivotBase.)
Public propertyObjectType
Gets os sets reference to the object type.
(Inherited from PivotBase.)
Public propertyPageSize
Gets or sets the value of the pagesize
(Inherited from PivotBase.)
Public propertyPivotOnDateTimePart
Gets or sets the time interval to use when calculating results for a PivotOnField field, if the PivotOnField field is a Date field.
(Inherited from PivotBase.)
Public propertyPivotOnField
Gets or sets the field to use as the Pivot On value in a Pivot query and result set. Pivot functionality (Field.AllowPivotOn property) must be enabled for a field before the field can be used as a PivotOnField field.
(Inherited from PivotBase.)
Public propertyPivotOnResultLimit
Gets or sets the value to limit the data results.
(Inherited from PivotBase.)
Public propertyPivotOnResultLimitValue
Gets or sets the number of rows to be taken, if the value of the PivotOnResultLimit property is set to the Top or Bottom.
(Inherited from PivotBase.)
Public propertySortOn
Gets or sets the value which determines the basis on which the chart information is sorted.
(Inherited from PivotBase.)
Public propertySortOrder
Gets or sets the order in which data are sorted.
(Inherited from PivotBase.)
Public propertySwitchSeries
Gets or sets the value indicating wherther should be switched the Group By and Pivot On fields' positions or not.
(Inherited from PivotBase.)
Public propertyToggles
Gets or sets additional pivot options.
(Inherited from PivotBase.)
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