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

Glossary Item Box

Gets the collection of the custom properties of the report.

Syntax

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

See Also