Partager via


Classe ChartStripLine

Represents a custom strip line for an axis.

Hiérarchie d'héritage

System. . :: . .Object
  Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ChartObjectCollectionItem< (Of < ( <'ChartStripLineInstance> ) > ) >
    Microsoft.ReportingServices.OnDemandReportRendering..::..ChartStripLine

Espace de noms :  Microsoft.ReportingServices.OnDemandReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Public NotInheritable Class ChartStripLine _
    Inherits ChartObjectCollectionItem(Of ChartStripLineInstance) _
    Implements IROMStyleDefinitionContainer
'Utilisation
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

Le type ChartStripLine expose les membres suivants.

Propriétés

  Nom Description
Propriété publique ActionInfo Gets the actions for the strip line.
Propriété publique FieldsUsedInValueExpression Gets the fields that are used in a value expression.
Propriété publique Instance Gets the report instance object that contains the calculated values of this report definition object.
Propriété publique Interval Gets an expression that evaluates to the size of the strip line.
Propriété publique IntervalOffset Gets an expression that evaluates to the offset from the previous strip line or axis min (for the first strip line).
Propriété publique IntervalOffsetType Gets an expression that evaluates to the units for the IntervalOffset.
Propriété publique IntervalType Gets an expression that evaluates to the units for the Interval.
Propriété publique StripWidth Gets an expression that evaluates to the width of the strip line.
Propriété publique StripWidthType Gets an expression that evaluates to the units for the StripWidth.
Propriété publique Style Gets the style properties of this report definition object.
Propriété publique TextOrientation Gets an expression that evaluates to the orientation of the title text.
Propriété publique Title Gets an expression that evaluates to the title for the strip line.
Propriété publique TitleAngle Obsolète. Gets the angle of the title text.
Propriété publique ToolTip Gets an expression that evaluates to the tool tip to display for the strip line.
Propriété publique UniqueName Gets the unique identifier for this report definition object.

Haut de la page

Méthodes

  Nom Description
Méthode publique Equals (hérité de Object.)
Méthode protégée Finalize (hérité de Object.)
Méthode publique GetHashCode (hérité de Object.)
Méthode publique GetType (hérité de Object.)
Méthode protégée MemberwiseClone (hérité de Object.)
Méthode publique ToString (hérité de Object.)

Haut de la page

Champs

  Nom Description
Champ protégé m_instance Infrastructure. (hérité de ChartObjectCollectionItem< (Of < ( <'T> ) > ) >.)

Haut de la page

Sécurité des threads

Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.