Compartir a través de


Clase ChartEmptyPoints

Represents the behavior for empty points in a series.

Jerarquía de herencia

System.Object
  Microsoft.ReportingServices.OnDemandReportRendering.ChartEmptyPoints

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

Sintaxis

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

El tipo ChartEmptyPoints expone los siguientes miembros.

Propiedades

  Nombre Descripción
Propiedad pública ActionInfo Gets the actions associated with the data point.
Propiedad pública AxisLabel Gets an expression that evaluates to the label to use on the axis for empty data points.
Propiedad pública CustomProperties Gets the custom properties for the data point.
Propiedad pública DataLabel Gets the label for the empty points.
Propiedad pública FieldsUsedInValueExpression Gets the 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 Marker Gets the marker for the empty points.
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 point.
Propiedad pública UniqueName Gets the unique identifier for this report definition object.

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