|
jr_set_cell_label2(string subtableViewName, int rowId, string columnName, string label, string radioValue) |
Scroll Prev Top Next More |
This function sets the second label for a cell of a subtable view.
In case the element is a radio button, it is also necessary to fill the parameter radioValue with the value of the respective radio button (e.g. "1").
Parameter |
Type |
Description |
|---|---|---|
subtableViewName |
string |
Name of subtable view |
rowId |
int |
Row ID |
columnName |
string |
Column name |
label |
string |
New label |
radioValue |
string |
Default value (optional, only radio buttons) |