Freigeben über


ChartDataLabelInstance-Klasse

Represents an instance type of the ChartDataLabel class, and contains the calculated values of the properties in ChartDataLabel.

Vererbungshierarchie

System.Object
  Microsoft.ReportingServices.OnDemandReportRendering.BaseInstance
    Microsoft.ReportingServices.OnDemandReportRendering.ChartDataLabelInstance

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

Syntax

'Declaration
Public NotInheritable Class ChartDataLabelInstance _
    Inherits BaseInstance
'Usage
Dim instance As ChartDataLabelInstance
public sealed class ChartDataLabelInstance : BaseInstance
public ref class ChartDataLabelInstance sealed : public BaseInstance
[<SealedAttribute>]
type ChartDataLabelInstance =  
    class 
        inherit BaseInstance 
    end
public final class ChartDataLabelInstance extends BaseInstance

Der ChartDataLabelInstance-Typ macht folgende Elemente verfügbar.

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft Label Gets the calculated value of the Label property in a ChartDataLabel class after formatting has been applied.
Öffentliche Eigenschaft OriginalValue Gets the calculated value of the Label property in a ChartDataLabel class before formatting has been applied.
Öffentliche Eigenschaft Position Gets the calculated value of the Position property in a ChartDataLabel class.
Öffentliche Eigenschaft Rotation Gets the calculated value of the Rotation property in a ChartDataLabel class.
Öffentliche Eigenschaft Style Gets the calculated value of the Style property in a ChartDataLabel class.
Öffentliche Eigenschaft ToolTip Gets the calculated value of the ToolTip property in a ChartDataLabel class.
Öffentliche Eigenschaft UseValueAsLabel Gets the calculated value of the UseValueAsLabel property in a ChartDataLabel class.
Öffentliche Eigenschaft Visible Gets the calculated value of the Visible property in a ChartDataLabel class.

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