PreviewDataInfo
Class
Contains query information and row limit settings for data preview operations.
Definition
Namespace:Telerik.Reporting.Data.Schema
Assembly:Telerik.Reporting.Data.Schema.dll
Syntax:
C#
public class PreviewDataInfo : QueryInfo
Inheritance: objectConnectionInfoQueryInfoPreviewDataInfo
Inherited Members
Constructors
C#
public PreviewDataInfo()
Properties
MaxRows
int
Gets or sets the maximum number of rows to return in preview operations.
C#
[Required]
public int MaxRows { get; set; }
Remarks:
This property is required and prevents large datasets from overwhelming the preview interface.