Sdílet prostřednictvím


ChartLegendCustomItem Class

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

Represents a custom legend item in a chart.

Inheritance Hierarchy

System.Object
  Microsoft.ReportingServices.OnDemandReportRendering.ChartObjectCollectionItem<ChartLegendCustomItemInstance>
    Microsoft.ReportingServices.OnDemandReportRendering.ChartLegendCustomItem

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

Syntax

'Declaration
Public NotInheritable Class ChartLegendCustomItem _
    Inherits ChartObjectCollectionItem(Of ChartLegendCustomItemInstance) _
    Implements IROMStyleDefinitionContainer
'Usage
Dim instance As ChartLegendCustomItem
public sealed class ChartLegendCustomItem : ChartObjectCollectionItem<ChartLegendCustomItemInstance>, 
    IROMStyleDefinitionContainer
public ref class ChartLegendCustomItem sealed : public ChartObjectCollectionItem<ChartLegendCustomItemInstance^>, 
    IROMStyleDefinitionContainer
[<SealedAttribute>]
type ChartLegendCustomItem =  
    class 
        inherit ChartObjectCollectionItem<ChartLegendCustomItemInstance>
        interface IROMStyleDefinitionContainer 
    end
public final class ChartLegendCustomItem extends ChartObjectCollectionItem<ChartLegendCustomItemInstance> implements IROMStyleDefinitionContainer

The ChartLegendCustomItem type exposes the following members.

Properties

  Name Description
Public property ActionInfo Gets the actions and the action style associated with the custom legend item.
Public property FieldsUsedInValueExpression Gets a list of strings that corresponds to the fields used in value expression.
Public property Instance Gets the report instance object that contains the calculated values of this report definition object.
Public property LegendCustomItemCells Gets the legend cells in the custom legend item.
Public property Marker Gets a report definition object that defines the appearance of the item marker.
Public property Separator Gets the type of the item separator.
Public property SeparatorColor Gets the color of the item separator.
Public property Style Gets the style of the item separator.
Public property ToolTip Gets an expression that evaluates to the tool tip to display for the custom legend item.
Public property UniqueName Gets the unique identifier for this report definition object.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.ReportingServices.OnDemandReportRendering Namespace