Name | Description | |
---|---|---|
![]() | ReportParameterWithData Constructor |
The following tables list the members exposed by ReportParameterWithData.
Name | Description | |
---|---|---|
![]() | ReportParameterWithData Constructor |
Name | Description | |
---|---|---|
![]() | Choices | Gets a dictionary that represents the possible choices for a parameter, where the key is the internal LL-Value for the corresponding value that contains the human-readable text for the specific choice. |
![]() | ControlType | Gets the control type of the parameter, which describes how the parameter will be displayed. |
![]() | Guid | Gets the internal unique identifier of the parameter within the project. |
![]() | ImmediateRendering | |
![]() | Label | Gets a value that is used as a display name for this parameter in a UI. |
![]() | MatchPattern | Gets the regular expression that is being used for validation of the parameter input/selection. |
![]() | MayBeEmpty | Gets a value indicating whether the value can be empty. |
![]() | MayBeNull | Gets a value indicating whether null values are allowed. |
![]() | MultipleChoice | Gets a value indicating whether the parameter allows more than one value to be selected. |
![]() | Name | Gets the name of the report parameter that can be used as a variable within the project (e.g. within a data filter of a table). |
![]() | NullKey | Gets a value that represents the LL-Value for NULL. This value should be used when setting the parameter to null using DOM. |
![]() | NullUiValue | Gets a value that is used as a display name for the NULL value selection in a UI. |
![]() | ParentGuid | Gets the Guid of the dependent parent. |
![]() | Selection | Gets a list that represents the LL-Values of the selected values of the parameter. |
![]() | SourceMode | Gets the source of the available values. |
![]() | SourceType | Gets the type of the source. |
![]() | Tooltip | Gets a value that is used as a tooltip for the parameter in a UI. |
![]() | ValidationFailedHint | Gets a value that is used as a validation hint when the validation using the MatchPattern fails. |
![]() | VisibleInControlGroup | Gets a value indicating whether the parameter is visible in the preview. This is useful for parameters that are only used for drilldown via report parameters and are set automatically. |
![]() | VisibleInPreviewPane | Gets a value indicating whether the parameter should be visible inside a drilldown report. |