ActiveReports Developer 7
CustomData Class
Members  See Also 
GrapeCity.ActiveReports.v7 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace : CustomData Class

Glossary Item Box

Defines the data to be handed to an ICustomReportItem interface.

Object Model

CustomData Class

Syntax

Visual Basic (Declaration) 
Public Class CustomData 
C# 
public class CustomData 

Remarks

This class represents the RDL CustomData element. A custom report item that defines a CustomData element is treated as a data region. This imposes the same restrictions on the custom report item as are imposed on other data regions (i.e. not allowed in detail rows, not allowed in page header/footer sections).

Inheritance Hierarchy

System.Object
   GrapeCity.ActiveReports.PageReportModel.CustomData

See Also