ActiveReports Developer 7
CustomProperties Property
See Also 
GrapeCity.ActiveReports.v7 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace > CustomReportItem Class : CustomProperties Property

Glossary Item Box

Gets a collection of custom property elements for the custom report item.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property CustomProperties As CustomPropertyDefinitionCollection
C# 
public CustomPropertyDefinitionCollection CustomProperties {get;}

Property Value

A CustomPropertyDefinitionCollection containing the custom report item's custom properties.

See Also