Freigeben über


ChartStripLine-Klasse

Represents a custom strip line for an axis.

Vererbungshierarchie

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

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

Syntax

'Declaration
Public NotInheritable Class ChartStripLine _
    Inherits ChartObjectCollectionItem(Of ChartStripLineInstance) _
    Implements IROMStyleDefinitionContainer
'Usage
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

Der ChartStripLine-Typ macht folgende Elemente verfügbar.

Eigenschaften

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

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Equals (Geerbt von Object.)
Geschützte Methode Finalize (Geerbt von Object.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetType (Geerbt von Object.)
Geschützte Methode MemberwiseClone (Geerbt von Object.)
Öffentliche Methode ToString (Geerbt von Object.)

Zum Anfang

Felder

  Name Beschreibung
Geschütztes Feld m_instance Infrastruktur (Geerbt von ChartObjectCollectionItem< (Of < ( <'T> ) > ) >.)

Zum Anfang

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.