Compartir a través de


Clase ChartStripLine

Represents a custom strip line for an axis.

Jerarquía de herencia

System.Object
  Microsoft.ReportingServices.OnDemandReportRendering.ChartObjectCollectionItem<ChartStripLineInstance>
    Microsoft.ReportingServices.OnDemandReportRendering.ChartStripLine

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

Sintaxis

'Declaración
Public NotInheritable Class ChartStripLine _
    Inherits ChartObjectCollectionItem(Of ChartStripLineInstance) _
    Implements IROMStyleDefinitionContainer
'Uso
Dim instance As ChartStripLine
public sealed class ChartStripLine : ChartObjectCollectionItem<ChartStripLineInstance>, 
    IROMStyleDefinitionContainer
public ref class ChartStripLine sealed : public ChartObjectCollectionItem<ChartStripLineInstance^>, 
    IROMStyleDefinitionContainer
[<SealedAttribute>]
type ChartStripLine =  
    class 
        inherit ChartObjectCollectionItem<ChartStripLineInstance>
        interface IROMStyleDefinitionContainer 
    end
public final class ChartStripLine extends ChartObjectCollectionItem<ChartStripLineInstance> implements IROMStyleDefinitionContainer

El tipo ChartStripLine expone los siguientes miembros.

Propiedades

  Nombre Descripción
Propiedad pública ActionInfo Gets the actions for the strip line.
Propiedad pública FieldsUsedInValueExpression Gets the fields that are used in a value expression.
Propiedad pública Instance Gets the report instance object that contains the calculated values of this report definition object.
Propiedad pública Interval Gets an expression that evaluates to the size of the strip line.
Propiedad pública IntervalOffset Gets an expression that evaluates to the offset from the previous strip line or axis min (for the first strip line).
Propiedad pública IntervalOffsetType Gets an expression that evaluates to the units for the IntervalOffset.
Propiedad pública IntervalType Gets an expression that evaluates to the units for the Interval.
Propiedad pública StripWidth Gets an expression that evaluates to the width of the strip line.
Propiedad pública StripWidthType Gets an expression that evaluates to the units for the StripWidth.
Propiedad pública Style Gets the style properties of this report definition object.
Propiedad pública TextOrientation Gets an expression that evaluates to the orientation of the title text.
Propiedad pública Title Gets an expression that evaluates to the title for the strip line.
Propiedad pública TitleAngle Obsoleto. Gets the angle of the title text.
Propiedad pública ToolTip Gets an expression that evaluates to the tool tip to display for the strip line.
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