Hi,
I was wondering if anybody had had to change report fonts dynamically depending on what the user would like to use. Does it depend on the report definition being defined to accept variables like:
If {?NewFont} <> "" Then
{?NewFont}
Else
DefaultAttribute
or can you just wrire code...
Hi,
I can't get my code to commit changes to the InfoStore that I'm making to the reports, namely the report logon information.
if (reports != null && reports.size() > 0)
{
//load and modify each report in the folder
for (int i = 0; i < reports.size(); i++)
{...
Hi,
This is a simple question but for some reason I can't find a solution or example of usage of this method and the documentation is not useful. It tells you the type to pass in but I not what the values of your options are.
In CSP, and .NET, you can pass parameters like (examples):
1)...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.