IAdmReportTopRecordsChartColumnInfo
The IAdmReportTopRecordsChartColumnInfo interface provides information about a column in the Top Records chart.
Inheritance: IUnknown
Properties
-
Property
-
Description
-
Column
-
Gets or sets a column.
-
CustomDisplayName
-
Gets or sets an optional custom display name for the column in the chart.
Details
Column
Gets or sets a column. If the column represents a property, the property name defined in your directory schema is used to identify the column. Custom columns are represented by the IAdmReportCustomColumn interface.
- Type:
- Object
- Access:
- Read/Write
CustomDisplayName
Gets or sets an optional custom display name for the column in the chart.
- Type:
- string
- Access:
- Read/Write
Remarks
If the property is not set:
- The default display name of a property is used for a column that represents the property.
- The display name specified in the IAdmReportCustomColumn::DisplayName property is used for custom columns.
Requirements
Minimum required version: 2018.1