Class PreviewDataInfo
Contains query information and row limit settings for data preview operations.
Inherited Members
Namespace: Telerik.Reporting.Data.Schema
Assembly: Telerik.Reporting.Data.Schema.dll
Syntax
public class PreviewDataInfo : QueryInfo
Remarks
Used to limit the number of rows returned when previewing query results in the Web Report Designer.
Constructors
PreviewDataInfo()
Declaration
public PreviewDataInfo()
Properties
MaxRows
Gets or sets the maximum number of rows to return in preview operations.
Declaration
public int MaxRows { get; set; }
Property Value
|
System.Int32
|
Remarks
This property is required and prevents large datasets from overwhelming the preview interface.