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

In This Topic
    DataSource Class
    In This Topic
    Specifies information about a report data source.
    Object Model
    DataSource Class
    Syntax
    'Declaration
     
    Public Class DataSource 
       Implements IValidateable 
    public class DataSource : IValidateable  
    Remarks
    A DataSource must have only one DataSourceReference or one ConnectionProperties object defined.
    Inheritance Hierarchy

    System.Object
       GrapeCity.ActiveReports.PageReportModel.DataSource

    See Also