Posted 4 November 2021, 12:29 am EST
SuperLabel.Align property is not respected from code behind:
var superLabel = new SuperLabel() {Align = FieldAlignEnum.CenterMiddle };
The generated report does not have the html text displayed in the center of the field.
I also tried with the Report Designer. The text inside the SuperLabel field has no effect on any Align property.