Compartilhar via


Classe ChartStripLine

Represents a custom strip line for an axis.

Hierarquia de herança

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

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

Sintaxe

'Declaração
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

O tipo ChartStripLine expõe os membros a seguir.

Propriedades

  Nome Descrição
Propriedade pública ActionInfo Gets the actions for the strip line.
Propriedade pública FieldsUsedInValueExpression Gets the fields that are used in a value expression.
Propriedade pública Instance Gets the report instance object that contains the calculated values of this report definition object.
Propriedade pública Interval Gets an expression that evaluates to the size of the strip line.
Propriedade pública IntervalOffset Gets an expression that evaluates to the offset from the previous strip line or axis min (for the first strip line).
Propriedade pública IntervalOffsetType Gets an expression that evaluates to the units for the IntervalOffset.
Propriedade pública IntervalType Gets an expression that evaluates to the units for the Interval.
Propriedade pública StripWidth Gets an expression that evaluates to the width of the strip line.
Propriedade pública StripWidthType Gets an expression that evaluates to the units for the StripWidth.
Propriedade pública Style Gets the style properties of this report definition object.
Propriedade pública TextOrientation Gets an expression that evaluates to the orientation of the title text.
Propriedade pública Title Gets an expression that evaluates to the title for the strip line.
Propriedade pública TitleAngle Obsoleto. Gets the angle of the title text.
Propriedade pública ToolTip Gets an expression that evaluates to the tool tip to display for the strip line.
Propriedade pública UniqueName Gets the unique identifier for this report definition object.

Início

Métodos

  Nome Descrição
Método público Equals (Herdado de Object.)
Método público GetHashCode (Herdado de Object.)
Método público GetType (Herdado de Object.)
Método público ToString (Herdado de Object.)

Início

Segurança de thread

Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.

Consulte também

Referência

Namespace Microsoft.ReportingServices.OnDemandReportRendering