How can we do the things in Report Builder?
Tools:
- Label
Using this tool we can label a value with its title or category. There are certain properties of this tool given as below:
- Text: We can set a text to the label.
- Background color: We can set a background color of each label using this property.
- Font Color: We can set a color to the label text using the Font Color property.
- Font Style:
- Font Family: We can set a Font Family (Font) using this property.
- Font Size: We can resize the font of the label tet using this property.
- Text:
- Bold
- Italic
- Underline
- Alignment
- Left
- Center
- Right
- Dimensions
- Height
- Width
- Border
- Size: Size of border
- Border Type: type of border (i.e. Solid or Dashed)
- Color
- Condition
- We can set the different types of visibility conditions on the label using the condition property. Here we have 2 options:
- By clicking on edit: You can select the form, fields and the operator then you can apply the condition on it.
- By clicking on the Show: You can write a JSON for the visibility condition.
- Example:
- {“nodes”:[{“type”:”condition_group”,”operator”:”AND”,”nodes”:[{“type”:”condition”,”operator”:”AND”,”expression”:{“expression_form_one_id”:”37675″,”expression_identifier”:”Marital_Status”,”expression_identifier_text”:”Marital Status”,”expression_operator”:”contains”,”expression_operator_text”:”contains”,”expression_value”:”fixed_value”,”expression_value_text”:”fixed value”,”expression_value_fixed”:”Married”}}]}]}
- We can set the different types of visibility conditions on the label using the condition property. Here we have 2 options:
0 Comments