Page 1 of 1

Chang RTL of a Data Band at runtime

Posted: Thu Nov 05, 2009 8:53 am
by Modi_Fadl
Dear All,
I try to change make data band right to left by code
I used this
foreach (StiComponent component in report.Pages[0].GetComponents())
{
if (component is StiDataBand)
{
((StiDataBand )component).RightToLeft=true;
}
}
but no thing happened the data band still as it was ???
sorry for my questions but I check the features to decided if they meet our needs

Chang RTL of a Data Band at runtime

Posted: Thu Nov 05, 2009 4:52 pm
by Edward
Hi Mohamed,

Please set the RightToLeft property also for the StiText component.

Thank you.

Chang RTL of a Data Band at runtime

Posted: Sun Nov 08, 2009 2:04 am
by Modi_Fadl
Thanks it helps me a lot

Chang RTL of a Data Band at runtime

Posted: Mon Nov 09, 2009 2:41 pm
by Edward
Hi Mohamed,

You are welcome, please let us know if you need any help.

Thank you.