Class PreviewDataInfoWithParameters
Inheritance
System.Object
PreviewDataInfoWithParameters
Namespace: Telerik.Reporting.Data.Schema
Assembly: Telerik.Reporting.Data.Schema.dll
Syntax
public class PreviewDataInfoWithParameters
Constructors
PreviewDataInfoWithParameters()
Declaration
public PreviewDataInfoWithParameters()
Properties
Parameters
Declaration
public List<QueryInfoParameter> Parameters { get; set; }
Property Value
System.Collections.Generic.List<QueryInfoParameter>
|