Класс CustomProperty
A custom property for a report, report item, or group. This class cannot be inherited.
Пространство имен: 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
Замечания
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.
Иерархия наследования
System. . :: . .Object
Microsoft.ReportingServices.ReportRendering..::..CustomProperty
Потоковая защита
Все открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность элементов экземпляров не гарантируется.
См. также