Class ReportParameterInfo
Represents the parameter information of a report.
Inheritance
System.Object
ReportParameterInfo
Assembly: Syncfusion.Report.Portable.dll
Syntax
public class ReportParameterInfo : Object
Constructors
ReportParameterInfo()
Declaration
public ReportParameterInfo()
Properties
AllowBlank
Declaration
public bool AllowBlank { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
DataSources
Declaration
public Dictionary<string, IEnumerable> DataSources { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.Dictionary<System.String, System.Collections.IEnumerable> |
|
DataType
Declaration
public ParamType DataType { get; set; }
Property Value
ElementType
Declaration
public ElementType ElementType { get; set; }
Property Value
Hidden
Declaration
public bool Hidden { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsEnabled
Declaration
public bool IsEnabled { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Labels
Declaration
public IList<string> Labels { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.IList<System.String> |
|
MultiValue
Declaration
public bool MultiValue { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Name
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
Nullable
Declaration
public bool Nullable { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Prompt
Declaration
public string Prompt { get; set; }
Property Value
Type |
Description |
System.String |
|
RelationInfo
Declaration
public ParameterRelationInfo RelationInfo { get; set; }
Property Value
ReportParameterData
Declaration
public List<ParameterReportData> ReportParameterData { get; set; }
Property Value
ValidValues
Declaration
public IList<ValidValue> ValidValues { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.IList<ValidValue> |
|
Values
Declaration
public IList<string> Values { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.IList<System.String> |
|