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.

Namespace:   Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

System::Object
  Microsoft.ReportingServices.OnDemandReportRendering::ChartObjectCollectionItem<T>
    Microsoft.ReportingServices.OnDemandReportRendering::ChartLegendCustomItem

public ref class ChartLegendCustomItem sealed : ChartObjectCollectionItem<ChartLegendCustomItemInstance^>, 
	IROMStyleDefinitionContainer

NameDescription
System_CAPS_pubpropertyActionInfo

Gets the actions and the action style associated with the custom legend item.

System_CAPS_pubpropertyFieldsUsedInValueExpression

Gets a list of strings that corresponds to the fields used in value expression.

System_CAPS_pubpropertyInstance

Gets the report instance object that contains the calculated values of this report definition object.

System_CAPS_pubpropertyLegendCustomItemCells

Gets the legend cells in the custom legend item.

System_CAPS_pubpropertyMarker

Gets a report definition object that defines the appearance of the item marker.

System_CAPS_pubpropertySeparator

Gets the type of the item separator.

System_CAPS_pubpropertySeparatorColor

Gets the color of the item separator.

System_CAPS_pubpropertyStyle

Gets the style of the item separator.

System_CAPS_pubpropertyToolTip

Gets an expression that evaluates to the tool tip to display for the custom legend item.

System_CAPS_pubpropertyUniqueName

Gets the unique identifier for this report definition object.

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(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.

Return to top
Show: