ChartItemInLegend Class

 

Updated: February 25, 2016

Represents the behavior for a series or set of data points displayed in a legend.

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

System::Object
  Microsoft.ReportingServices.OnDemandReportRendering::ChartItemInLegend

public ref class ChartItemInLegend sealed 

NameDescription
System_CAPS_pubpropertyActionInfo

Gets the actions associated with the item in the legend.

System_CAPS_pubpropertyFieldsUsedInValueExpression

Gets the fields that are used in the value expression.

System_CAPS_pubpropertyHidden

Gets an expression that evaluates to a value that indicates the item should not be shown in the legend.

System_CAPS_pubpropertyInstance

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

System_CAPS_pubpropertyLegendText

Gets an expression that evaluates to the label to use in the legend for the item.

System_CAPS_pubpropertyToolTip

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

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: