Compartir a través de


Clase ChartDataLabel

Represents the data labels to display on data points.

Jerarquía de herencia

System.Object
  Microsoft.ReportingServices.OnDemandReportRendering.ChartDataLabel

Espacio de nombres:  Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
Public NotInheritable Class ChartDataLabel _
    Implements IROMStyleDefinitionContainer
'Uso
Dim instance As ChartDataLabel
public sealed class ChartDataLabel : IROMStyleDefinitionContainer
public ref class ChartDataLabel sealed : IROMStyleDefinitionContainer
[<SealedAttribute>]
type ChartDataLabel =  
    class 
        interface IROMStyleDefinitionContainer 
    end
public final class ChartDataLabel implements IROMStyleDefinitionContainer

El tipo ChartDataLabel expone los siguientes miembros.

Propiedades

  Nombre Descripción
Propiedad pública ActionInfo Gets the actions associated with this data label.
Propiedad pública FieldsUsedInValueExpression Gets the list of fields that are used in the value expression.
Propiedad pública Instance Gets the report instance object that contains the calculated values of this report definition object.
Propiedad pública Label Gets an expression that evaluates to the label for the data point.
Propiedad pública Position Gets an expression that evaluates to the position of the label.
Propiedad pública Rotation Gets an expression that evaluates to the angle of rotation of the label text.
Propiedad pública Style Gets the style properties of this report definition object.
Propiedad pública ToolTip Gets an expression that evaluates to the tool tip to display for the data label.
Propiedad pública UniqueName Gets the unique identifier for this report definition object.
Propiedad pública UseValueAsLabel Gets an expression that evaluates to a value that indicates whether the Y value of the data point should be used as the label.
Propiedad pública Visible Gets an expression that evaluates to a value that indicates whether the data label is displayed on the chart. Defaults to False.

Arriba

Métodos

  Nombre Descripción
Método público Equals (Se hereda de Object.)
Método público GetHashCode (Se hereda de Object.)
Método público GetType (Se hereda de Object.)
Método público ToString (Se hereda de Object.)

Arriba

Seguridad para subprocesos

Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.

Vea también

Referencia

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering