Can we create global objects so that we can reuse the variables in two or more subreports just like PageNumber or PageHeader.
Any help would be appreciated. Thanks
1 Answer, 1 is accepted
0
Steve
Telerik team
answered on 12 Jun 2009, 01:15 PM
Hi Sony,
Telerik Reports are standard .NET classes and as such there are no limitations as to what you can do with them imposed from our end i.e. anything that is allowed by the framework can be utilized. Moreover we introduced assembly scoped user functions for Q3 2008.
If you are referring to simply having those global objects available in the expression editor, then no this is not possible. The Global Objects branch contains objects specific to Telerik Reporting only and "scanning" entire application for others does not justify the slowdown that would be introduced.