Thanks
Can we align the Cross header band on run time.
-
nicegaurav
- Posts: 91
- Joined: Mon Oct 15, 2012 10:03 am
Can we align the Cross header band on run time.
I am using CrossHeaderBand on to the DataBand and place some labels on the CrossHeaderBands, can we align CrossHeaderBand or labels at run times...
Thanks
Thanks
Re: Can we align the Cross header band on run time.
Hello.
Sorry, maybe we did not exactly understand your question. Could you explain your issue in more details with examples?
Thank you.
Sorry, maybe we did not exactly understand your question. Could you explain your issue in more details with examples?
Thank you.
-
nicegaurav
- Posts: 91
- Joined: Mon Oct 15, 2012 10:03 am
Re: Can we align the Cross header band on run time.
On the report (.mrt file) using CrossHeaderBand(CHB) and in this taking some labels. CHB has some width like 3.61px and I want to expand the width of CHB on runtime, OR if we want to align it center on runtime..
Is it possible if yes, plz show me the way...
Thanx in advance.
Is it possible if yes, plz show me the way...
Thanx in advance.
Re: Can we align the Cross header band on run time.
Hello.
You could change the width with next code:
But there is no align property.
Thank you.
You could change the width with next code:
Code: Select all
(report.GetComponentByName("CrossHeaderBand1") as StiCrossHeaderBand).Width = YourWidthValue;Thank you.
-
nicegaurav
- Posts: 91
- Joined: Mon Oct 15, 2012 10:03 am
Re: Can we align the Cross header band on run time.
Thanks a lot.. 
Re: Can we align the Cross header band on run time.
Hello.
We are always glad to help you.
Let us know if you need any additional help.
Thank you.
We are always glad to help you.
Let us know if you need any additional help.
Thank you.