Condividi tramite


Classe ChartStripLine

Represents a custom strip line for an axis.

Gerarchia di ereditarietà

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

Spazio dei nomi  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Sintassi

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

Nel tipo ChartStripLine sono esposti i membri seguenti.

Proprietà

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

In alto

Metodi

  Nome Descrizione
Metodo pubblico Equals Ereditato da Object.
Metodo pubblico GetHashCode Ereditato da Object.
Metodo pubblico GetType Ereditato da Object.
Metodo pubblico ToString Ereditato da Object.

In alto

Protezione dei thread

I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.

Vedere anche

Riferimento

Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering