Class ParameterSettingsBuilder
Class for ParameterSettingsBuilder.
Inheritance
Inherited Members
Namespace: Syncfusion.JavaScript
Assembly: Syncfusion.EJ.dll
Syntax
public class ParameterSettingsBuilder
Constructors
ParameterSettingsBuilder(ParameterSettings)
Initializes a new instance of the ParameterSettings class.
Declaration
public ParameterSettingsBuilder(ParameterSettings parameterSettings)
Parameters
Type | Name | Description |
---|---|---|
ParameterSettings | parameterSettings | The Parameter settings. |
Methods
DateTimePickerType(DateTimePickerType)
Change the Date or Time picker type of a parameter in report viewer.
Declaration
public ParameterSettingsBuilder DateTimePickerType(DateTimePickerType dateTimePickerType)
Parameters
Type | Name | Description |
---|---|---|
DateTimePickerType | dateTimePickerType | The enable Date Time picker. |
Returns
Type | Description |
---|---|
ParameterSettingsBuilder | ParameterSettingsBuilder. |
DelimiterChar(String)
The special character which acts as a separator for the selected multivalue parameter values.
Declaration
public ParameterSettingsBuilder DelimiterChar(string delimiterChar)
Parameters
Type | Name | Description |
---|---|---|
System.String | delimiterChar | The delimiter character. |
Returns
Type | Description |
---|---|
ParameterSettingsBuilder | ParameterSettingsBuilder. |
ItemWidth(String)
Specifies the width of the parameter item. By default, the item width value is set as 185px.
Declaration
public ParameterSettingsBuilder ItemWidth(string itemWidth)
Parameters
Type | Name | Description |
---|---|---|
System.String | itemWidth | The width of the parameter item. |
Returns
Type | Description |
---|---|
ParameterSettingsBuilder | ParameterSettingsBuilder. |
LabelWidth(String)
Specifies the width of the parameter label. By default, the parameter label width value is set as 110px.
Declaration
public ParameterSettingsBuilder LabelWidth(string labelWidth)
Parameters
Type | Name | Description |
---|---|---|
System.String | labelWidth | The width of the parameter label. |
Returns
Type | Description |
---|---|
ParameterSettingsBuilder | ParameterSettingsBuilder. |
PopupHeight(String)
Specifies the height of the combobox parameter popup list. By default, the popup height value is 152px.
Declaration
public ParameterSettingsBuilder PopupHeight(string popupHeight)
Parameters
Type | Name | Description |
---|---|---|
System.String | popupHeight | The height of the popup container. |
Returns
Type | Description |
---|---|
ParameterSettingsBuilder | ParameterSettingsBuilder. |
PopupWidth(String)
Specifies the width of the combobox parameter popup list. By default, the popup width sets based on the width of the component.
Declaration
public ParameterSettingsBuilder PopupWidth(string popupWidth)
Parameters
Type | Name | Description |
---|---|---|
System.String | popupWidth | The width of the popup container. |
Returns
Type | Description |
---|---|
ParameterSettingsBuilder | ParameterSettingsBuilder. |