New to Telerik ReportingStart a free 30-day trial

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 QueryInfo.SelectCommandTypeQueryInfo.SelectCommandQueryInfo.CommandTimeoutConnectionInfo.NameConnectionInfo.ProviderConnectionInfo.ConnectionString...

Constructors

C#
public PreviewDataInfo()

Properties

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.