Freigeben über


ChartLegendCustomItem-Klasse

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

Represents a custom legend item in a chart.

Vererbungshierarchie

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

Der ChartLegendCustomItem-Typ macht folgende Elemente verfügbar.

Eigenschaften

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

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Equals (Geerbt von Object.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetType (Geerbt von Object.)
Öffentliche Methode ToString (Geerbt von Object.)

Zum Anfang

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.

Siehe auch

Verweis

Microsoft.ReportingServices.OnDemandReportRendering-Namespace