Group.CustomProperties Property

Definition

Returns a collection of custom properties for the group.

public:
 abstract property Microsoft::ReportingServices::ReportRendering::CustomPropertyCollection ^ CustomProperties { Microsoft::ReportingServices::ReportRendering::CustomPropertyCollection ^ get(); };
public abstract Microsoft.ReportingServices.ReportRendering.CustomPropertyCollection CustomProperties { get; }
member this.CustomProperties : Microsoft.ReportingServices.ReportRendering.CustomPropertyCollection
Public MustOverride ReadOnly Property CustomProperties As CustomPropertyCollection

Property Value

A CustomPropertyCollection object containing custom properties for the data member.

Applies to