ChartLegendCustomItem Class
Updated: February 25, 2016
This API supports the product infrastructure and is not intended to be used directly from your code.
Represents a custom legend item in a chart.
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Microsoft.ReportingServices.OnDemandReportRendering::ChartObjectCollectionItem<T>
Microsoft.ReportingServices.OnDemandReportRendering::ChartLegendCustomItem
| Name | Description | |
|---|---|---|
![]() | ActionInfo | Gets the actions and the action style associated with the custom legend item. |
![]() | FieldsUsedInValueExpression | Gets a list of strings that corresponds to the fields used in value expression. |
![]() | Instance | Gets the report instance object that contains the calculated values of this report definition object. |
![]() | LegendCustomItemCells | Gets the legend cells in the custom legend item. |
![]() | Marker | Gets a report definition object that defines the appearance of the item marker. |
![]() | Separator | Gets the type of the item separator. |
![]() | SeparatorColor | Gets the color of the item separator. |
![]() | Style | Gets the style of the item separator. |
![]() | ToolTip | Gets an expression that evaluates to the tool tip to display for the custom legend item. |
![]() | UniqueName | Gets the unique identifier for this report definition object. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

