Свойство CustomProperties
Returns a collection of custom properties for the group.
Пространство имен: Microsoft.ReportingServices.ReportRendering
Сборка: Microsoft.ReportingServices.ProcessingCore (в Microsoft.ReportingServices.ProcessingCore.dll)
Синтаксис
'Декларация
Public MustOverride ReadOnly Property CustomProperties As CustomPropertyCollection
Get
'Применение
Dim instance As Group
Dim value As CustomPropertyCollection
value = instance.CustomProperties
public abstract CustomPropertyCollection CustomProperties { get; }
public:
virtual property CustomPropertyCollection^ CustomProperties {
CustomPropertyCollection^ get () abstract;
}
abstract CustomProperties : CustomPropertyCollection
abstract function get CustomProperties () : CustomPropertyCollection
Значение свойства
Тип Microsoft.ReportingServices.ReportRendering. . :: . .CustomPropertyCollection
A CustomPropertyCollection object containing custom properties for the data member.
См. также