i want change width column this my code but width no change
Code: Select all
StiText txtaddress = stiReport1.GetComponents()["Text9"] as StiText;
txtaddress .width=300;
however i small width col but when show text the colum is small or large
i want change width col automatic
thanks :pffft: