ActiveReports 8
CustomData Class
Members  See Also 
GrapeCity.ActiveReports.v8 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

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also