Класс 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 обеспечивает доступ к следующим элементам.
Свойства
| Имя | Описание | |
|---|---|---|
![]() |
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) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.
.gif)
.gif)
.gif)