Partager via


Classe ChartLegendCustomItem

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

Represents a custom legend item in a chart.

Hiérarchie d'héritage

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

Espace de noms :  Microsoft.ReportingServices.OnDemandReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Public NotInheritable Class ChartLegendCustomItem _
    Inherits ChartObjectCollectionItem(Of ChartLegendCustomItemInstance) _
    Implements IROMStyleDefinitionContainer
'Utilisation
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

Le type ChartLegendCustomItem expose les membres suivants.

Propriétés

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

Haut de la page

Méthodes

  Nom Description
Méthode publique Equals (hérité de Object.)
Méthode publique GetHashCode (hérité de Object.)
Méthode publique GetType (hérité de Object.)
Méthode publique ToString (hérité de Object.)

Haut de la page

Sécurité des threads

Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.

Voir aussi

Référence

Espace de noms Microsoft.ReportingServices.OnDemandReportRendering