Class DataSetInfo
Represents information about a dataset.
Inheritance
System.Object
DataSetInfo
Namespace: BoldReports.Web
Assembly: BoldReports.Web.dll
Syntax
public class DataSetInfo : Object
Constructors
DataSetInfo()
Declaration
public DataSetInfo()
Properties
Name
Gets or sets the name of the dataset.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String | The name of the dataset. |
RecordsCount
Gets or sets the count of records in the dataset.
Declaration
public int RecordsCount { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The number of records in the dataset. |