Класс CustomProperty

A custom property for a report, report item, or group. This class cannot be inherited.

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

System. . :: . .Object
  Microsoft.ReportingServices.ReportRendering..::..CustomProperty

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

Синтаксис

'Декларация
Public NotInheritable Class CustomProperty
'Применение
Dim instance As CustomProperty
public sealed class CustomProperty
public ref class CustomProperty sealed
[<SealedAttribute>]
type CustomProperty =  class end
public final class CustomProperty

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

Конструкторы

  Имя Описание
Открытый метод CustomProperty Constructs a CustomProperty object.

В начало

Свойства

  Имя Описание
Открытое свойство Name Returns the name of the custom property.
Открытое свойство Value Returns the value of the custom property.

В начало

Методы

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

В начало

Замечания

An expression-based Name or Value that is contained within a CustomData object with no data evaluates to null Nothing nullptr unit пустая ссылка (Nothing в Visual Basic) .

Custom properties with expressions that need to be evaluated even when there are no rows should be placed in the CustomReportItem.

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

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