Class ParameterSettings
Class for ParameterSettings.
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Syncfusion.JavaScript.Models.ReportViewer
Assembly: Syncfusion.EJ.dll
Syntax
public class ParameterSettings : EJTagHelper
Constructors
ParameterSettings()
Declaration
public ParameterSettings()
Properties
DateTimePickerType
Change the Date or Time picker type of a parameter in report viewer.
Declaration
[JsonProperty("dateTimePickerType")]
[JsonConverter(typeof(StringEnumConverter))]
public DateTimePickerType DateTimePickerType { get; set; }
Property Value
Type | Description |
---|---|
DateTimePickerType | The enable date time picker. |
DelimiterChar
The special character which acts as a separator for the selected multivalue parameter values.
Declaration
[JsonProperty("delimiterChar")]
public string DelimiterChar { get; set; }
Property Value
Type | Description |
---|---|
System.String | The delimiterChar. |
ItemWidth
Specifies the width of the parameter item. By default, the item width value is set as 185px.
Declaration
[JsonProperty("itemWidth")]
public string ItemWidth { get; set; }
Property Value
Type | Description |
---|---|
System.String | The itemWidth. |
LabelWidth
Specifies the width of the parameter label. By default, the parameter label width value is set as 110px.
Declaration
[JsonProperty("labelWidth")]
public string LabelWidth { get; set; }
Property Value
Type | Description |
---|---|
System.String | The labelWidth. |
PopupHeight
Specifies the height of the combobox parameter popup list. By default, the popup height value is 152px.
Declaration
[JsonProperty("popupHeight")]
public string PopupHeight { get; set; }
Property Value
Type | Description |
---|---|
System.String | The popupHeight. |
PopupWidth
Specifies the width of the combobox parameter popup list. By default, the popup width sets based on the width of the component.
Declaration
[JsonProperty("popupWidth")]
public string PopupWidth { get; set; }
Property Value
Type | Description |
---|---|
System.String | The popupWidth. |