Page 1 of 1

Margins from Style

Posted: Thu Sep 08, 2011 3:33 am
by Andreas Tastler
Hi all

1. Is there a possibility to set margins for pages in a style or are there any plans to implement this feature?
2. Is it possible to use external style files which are loaded dynamicly on report loading?

Thank you.
Andreas

Margins from Style

Posted: Fri Sep 09, 2011 7:14 am
by HighAley
Hello.
atastler wrote:1. Is there a possibility to set margins for pages in a style or are there any plans to implement this feature?
Please provide more details regarding your issue.
atastler wrote:2. Is it possible to use external style files which are loaded dynamicly on report loading?
You can use this methods to save and load styles

Code: Select all

report.Styles.Save()
report.Styles.Load()
Also you can use this styles in conditions.

Thank you.

Margins from Style

Posted: Mon Sep 12, 2011 12:15 am
by Andreas Tastler
Hi
1. Is there a possibility to set margins for pages in a style or are there any plans to implement this feature?
...Please provide more details regarding your issue.
I want to set the attribute 'Margins' of a page by styles.

Thank you.
Andreas

Margins from Style

Posted: Tue Sep 13, 2011 2:49 am
by HighAley
Hello.
atastler wrote:I want to set the attribute 'Margins' of a page by styles.
Margins of Pages are very specific property for style. It isn't used.
We do not consider it advisable to this option. And don't plan to add this feature in nearest future.

Thank you.

Margins from Style

Posted: Tue Sep 13, 2011 2:53 am
by Andreas Tastler
Hi

OK.
Thank you for your answer.

Regards
Andreas

Margins from Style

Posted: Tue Sep 13, 2011 9:44 am
by Andrew
Hello,

Have a good day!

Thank you.