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

In This Topic
    CustomData Class
    In This Topic
    Represents data intended for use by a CustomReportItem.
    Object Model
    CustomData Class
    Syntax
    'Declaration
     
    Public Class CustomData 
       Implements IValidateable 
    public class CustomData : IValidateable  
    Remarks
    This class corresponds to the RDL (Report Definition Language) CustomData element. If a CustomReportItem defines a CustomData element, it is treated as a data region. This imposes similar restrictions as other data regions, such as disallowing placement in detail rows or page header/footer sections.
    Inheritance Hierarchy

    System.Object
       GrapeCity.ActiveReports.PageReportModel.CustomData

    See Also