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
Chang RTL of a Data Band at runtime
Hi Mohamed,
Please set the RightToLeft property also for the StiText component.
Thank you.
Please set the RightToLeft property also for the StiText component.
Thank you.
Chang RTL of a Data Band at runtime
Hi Mohamed,
You are welcome, please let us know if you need any help.
Thank you.
You are welcome, please let us know if you need any help.
Thank you.