ClassPreviewDataInfo
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:
cs-api-definition
public class PreviewDataInfo : QueryInfo
Inheritance: objectConnectionInfoQueryInfoPreviewDataInfo
Inherited Members
Constructors
PreviewDataInfo()
Declaration
cs-api-definition
public PreviewDataInfo()
Properties
MaxRows
Gets or sets the maximum number of rows to return in preview operations.
Declaration
cs-api-definition
[Required]
public int MaxRows { get; set; }
Property Value
int
Remarks
This property is required and prevents large datasets from overwhelming the preview interface.