Примечание.
Для доступа к этой странице требуется авторизация. Вы можете попробовать войти или изменить каталоги.
Для доступа к этой странице требуется авторизация. Вы можете попробовать изменить каталоги.
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.) |
![]() |
GetHashCode | (Производный от Object.) |
![]() |
GetType | (Производный от Object.) |
![]() |
ToString | (Производный от Object.) |
В начало
Замечания
An expression-based Name or Value that is contained within a CustomData object with no data evaluates to nullпустая ссылка (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) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.
См. также
Справочник
Пространство имен Microsoft.ReportingServices.ReportRendering
.gif)
.gif)