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


Класс ChartTitle

Represents a title for the chart.

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

System.Object
  Microsoft.ReportingServices.OnDemandReportRendering.ChartObjectCollectionItem<ChartTitleInstance>
    Microsoft.ReportingServices.OnDemandReportRendering.ChartTitle

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

Синтаксис

'Декларация
Public NotInheritable Class ChartTitle _
    Inherits ChartObjectCollectionItem(Of ChartTitleInstance) _
    Implements IROMStyleDefinitionContainer
'Применение
Dim instance As ChartTitle
public sealed class ChartTitle : ChartObjectCollectionItem<ChartTitleInstance>, 
    IROMStyleDefinitionContainer
public ref class ChartTitle sealed : public ChartObjectCollectionItem<ChartTitleInstance^>, 
    IROMStyleDefinitionContainer
[<SealedAttribute>]
type ChartTitle =  
    class 
        inherit ChartObjectCollectionItem<ChartTitleInstance>
        interface IROMStyleDefinitionContainer 
    end
public final class ChartTitle extends ChartObjectCollectionItem<ChartTitleInstance> implements IROMStyleDefinitionContainer

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

Свойства

  Имя Описание
Открытое свойство ActionInfo Gets the actions for the title.
Открытое свойство Caption Gets the caption of the title.
Открытое свойство ChartElementPosition Gets the custom position for the title.
Открытое свойство DockOffset Gets an expression that evaluates to the offset from the dock location, as a percentage of the chart size.
Открытое свойство DockOutsideChartArea Gets an expression that evaluates to a value that indicates whether the title should be docked outside the chart area rather than inside the chart area.
Открытое свойство DockToChartArea Gets the name of the chart area on which to draw the title.
Открытое свойство FieldsUsedInValueExpression Gets the fields that are used in a value expression.
Открытое свойство Hidden Gets an expression that evaluates to a value that indicates whether the title should be hidden.
Открытое свойство Instance Gets the report instance object that contains the calculated values of this report definition object.
Открытое свойство Name Gets the name of the chart title.
Открытое свойство Position Gets an expression that evaluates to the position of the title.
Открытое свойство Style Gets the style properties of this report definition object.
Открытое свойство TextOrientation Gets an expression that evaluates to the orientation of the text.
Открытое свойство ToolTip Gets an expression that evaluates to the lool tip to display for the title.
Открытое свойство UniqueName Gets the unique identifier for this report definition object.

В начало

Методы

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

В начало

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

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

См. также

Справочник

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