New to Telerik ReportingStart a free 30-day trial

Contains preview data information along with parameter values for parameterized queries.

Definition

Namespace:Telerik.Reporting.Data.Schema

Assembly:Telerik.Reporting.Data.Schema.dll

Syntax:

C#
public class PreviewDataInfoWithParameters

Inheritance: objectPreviewDataInfoWithParameters

Constructors

C#
public PreviewDataInfoWithParameters()

Properties

Gets or sets the collection of parameter values for the query execution.

C#
public List<QueryInfoParameter> Parameters { get; set; }
Remarks:

Contains the parameter names, values, and types needed to execute parameterized queries during preview.

Gets or sets the preview data configuration including query and row limits.

C#
[Required]
public PreviewDataInfo PreviewDataInfo { get; set; }
Remarks:

This property is required and contains the base query information and preview settings.