ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / CustomData Class
Members

In This Topic
    CustomData Class
    In This Topic
    Defines the data to be handed to an ICustomReportItem interface.
    Object Model
    CustomData Class
    Syntax
    'Declaration
     
    Public Class CustomData 
       Implements IValidateable 
    public class CustomData : IValidateable  
    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