ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / ReportSection Class / CustomProperties Property

In This Topic
CustomProperties Property (ReportSection)
In This Topic
Gets the custom properties of the section.
Syntax
'Declaration
 
Public ReadOnly Property CustomProperties As CustomPropertyDefinitionCollection
 

Property Value

A CustomPropertyDefinitionCollection object containing custom properties.
See Also