ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / DataSet Class
Properties Methods

In This Topic
    DataSet Class Members
    In This Topic

    The following tables list the members exposed by DataSet.

    Public Constructors
     NameDescription
    Public Constructor

    Initializes a new instance of the DataSet class.

     
    Top
    Public Properties
     NameDescription
    Public Property

    Gets or sets a value indicating whether the data is accent sensitive.

     
    Public Property

    Gets or sets a value indicating whether the data is case sensitive.

     
    Public Property

    Gets or sets the locale to use for the collation sequence when sorting data.

     
    Public Property

    Gets the fields in the data set.

     
    Public Property

    Gets the filters to apply to each row of data in the data set.

     
    Public Property

    Gets or sets a value indicating whether the data is kanatype sensitive.

     
    Public Property

    Gets or sets the name of the dataset.

     
    Public Property

    Gets or sets the information about the data source, including connection information, query, etc.

     
    Public PropertyGets or sets the shared dataset.  
    Public Property

    Gets or sets a value indicating whether the data is width sensitive.

     
    Top
    Public Methods
     NameDescription
    Public MethodValidates the information in each property of the DataSet object.  
    Top
    See Also