Chang RTL of a Data Band at runtime
Posted: Thu Nov 05, 2009 8:53 am
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
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