Свойство DataRegionMember.CustomProperties
Gets the custom properties for this data region member.
Пространство имен: Microsoft.ReportingServices.OnDemandReportRendering
Сборка: Microsoft.ReportingServices.ProcessingCore (в Microsoft.ReportingServices.ProcessingCore.dll)
Синтаксис
'Декларация
Public Overridable ReadOnly Property CustomProperties As CustomPropertyCollection
Get
'Применение
Dim instance As DataRegionMember
Dim value As CustomPropertyCollection
value = instance.CustomProperties
public virtual CustomPropertyCollection CustomProperties { get; }
public:
virtual property CustomPropertyCollection^ CustomProperties {
CustomPropertyCollection^ get ();
}
abstract CustomProperties : CustomPropertyCollection
override CustomProperties : CustomPropertyCollection
function get CustomProperties () : CustomPropertyCollection
Значение свойства
Тип: Microsoft.ReportingServices.OnDemandReportRendering.CustomPropertyCollection
A CustomPropertyCollection object.
См. также
Справочник
Пространство имен Microsoft.ReportingServices.OnDemandReportRendering