Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Rdl.Rdl2008 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 ConstructorInitializes a new instance of the DataSet class.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets a value indicating whether the data is accent sensitive.
    • Default. The accent sensitivity setting should be autoderived by querying the data provider. Defaults to False if the data provider does not support that method.
    • Data in this data set is accent sensitive.
    • Data in this data set is accent insensitive.
     
    Public PropertyGets or sets a value indicating whether the data is case sensitive.
    • Default. The case sensitivity setting should be autoderived by querying the data provider. Defaults to False if the data provider does not support that method.
    • Data in this data set is case sensitive.
    • Data in this data set is case insensitive.
     
    Public PropertyGets or sets the locale to use for the collation sequence for sorting data. Uses the standard Microsoft SQL Server collation names. If no Collation is specified, the collation setting should be autoderived by querying the data provider. Defaults to the collation corresponding to the report’s C1RdlReport.Language property if the data provider does not support that method or returns an unsupported or invalid value.  
    Public PropertyGets the Fields collection containing fields of the data set.  
    Public PropertyGets the Filters collection containing filters to apply to each row of data in the data set.  
    Public PropertyGets or sets a value indicating whether the data is kanatype sensitive.
    • Auto
    • Data in this data set is kanatype sensitive.
    • Data in this data set is kanatype insensitive.
     
    Public PropertyGets or sets the unique name of the current object. If an item with the specified name already exists in the collection, an exception is thrown. (Inherited from C1.C1Preview.NamedCollectionItem)
    Public PropertyGets DataSets collection owning this object.  
    Public PropertyGets the Query object containing information about the data source, including connection information, query, and so on, required to get the data from the data source.  
    Public PropertyGets C1RdlReport object containing this object.  
    Public PropertyGets or sets a value indicating whether the data is width sensitive.
    • Default. The width sensitivity setting should be autoderived by querying the data provider. Defaults to False if the data provider does not support that method.
    • Data in this data set is width sensitive.
    • Data in this data set is width insensitive.
     
    Top
    Public Methods
     NameDescription
    Public MethodOverridden. Copies properties from another DataSet to the current object.  
    Public MethodCreates a copy of the current C1.C1Preview.NamedCollectionItem object. Note that the C1.C1Preview.NamedCollectionItem.Owner property is not copied to the new object. (Inherited from C1.C1Preview.NamedCollectionItem)
    Top
    Protected Methods
     NameDescription
    Protected MethodSets the name of the current item. (Inherited from C1.C1Preview.NamedCollectionItem)
    Protected MethodFor internal use. (Inherited from C1.C1Preview.NamedCollectionItem)
    Top
    See Also