ComponentOne ReportViewer for ASP.NET Web Forms
C1.C1Report.4 Assembly / C1.C1Preview.DataBinding Namespace / DataSet Class / MaxRecords Property

In This Topic
    MaxRecords Property (DataSet)
    In This Topic
    Gets or sets the maximum number of records that will be fetched from the data set. The default is -1, which includes all records.
    Syntax
    'Declaration
     
    Public Property MaxRecords As System.Integer
    public System.int MaxRecords {get; set;}
    See Also