Поделиться через


Класс ChartStripLine

Represents a custom strip line for an axis.

Иерархия наследования

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

Пространство имен:  Microsoft.ReportingServices.OnDemandReportRendering
Сборка:  Microsoft.ReportingServices.ProcessingCore (в Microsoft.ReportingServices.ProcessingCore.dll)

Синтаксис

'Декларация
Public NotInheritable Class ChartStripLine _
    Inherits ChartObjectCollectionItem(Of ChartStripLineInstance) _
    Implements IROMStyleDefinitionContainer
'Применение
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

Тип ChartStripLine обеспечивает доступ к следующим элементам.

Свойства

  Имя Описание
Открытое свойство ActionInfo Gets the actions for the strip line.
Открытое свойство FieldsUsedInValueExpression Gets the fields that are used in a value expression.
Открытое свойство Instance Gets the report instance object that contains the calculated values of this report definition object.
Открытое свойство Interval Gets an expression that evaluates to the size of the strip line.
Открытое свойство IntervalOffset Gets an expression that evaluates to the offset from the previous strip line or axis min (for the first strip line).
Открытое свойство IntervalOffsetType Gets an expression that evaluates to the units for the IntervalOffset.
Открытое свойство IntervalType Gets an expression that evaluates to the units for the Interval.
Открытое свойство StripWidth Gets an expression that evaluates to the width of the strip line.
Открытое свойство StripWidthType Gets an expression that evaluates to the units for the StripWidth.
Открытое свойство Style Gets the style properties of this report definition object.
Открытое свойство TextOrientation Gets an expression that evaluates to the orientation of the title text.
Открытое свойство Title Gets an expression that evaluates to the title for the strip line.
Открытое свойство TitleAngle Устарело. Gets the angle of the title text.
Открытое свойство ToolTip Gets an expression that evaluates to the tool tip to display for the strip line.
Открытое свойство UniqueName Gets the unique identifier for this report definition object.

В начало

Методы

  Имя Описание
Открытый метод Equals (Производный от Object.)
Открытый метод GetHashCode (Производный от Object.)
Открытый метод GetType (Производный от Object.)
Открытый метод ToString (Производный от Object.)

В начало

Безопасность многопоточности

Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.

См. также

Справочник

Пространство имен Microsoft.ReportingServices.OnDemandReportRendering