currently im working with dynamic report creation. So i have to create new Instances of StiText class. In this context i saw that the properties StiText.HorAlignment and StiText.VertAlignment are from types with inconsitent names.
Code: Select all
StiText textControlForDataColumn = new StiText
{
HorAlignment = StiTextHorAlignment.Left,
VertAlignment = StiVertAlignment.Center
};
Kind regards
Thorsten Pontow