How to use ProgrammableSection in the body of the report???

Hi

I want to use programmableSection in the body of the report.

I have add one field in the programmableSection and I want to use this field in the body part of the report.

Is this Possible or not please tell me if you have any idea.

I am unclear what you mean by “body parts of the report”.

To use a programmable section, you need to add the following code to the fetch() method which is within the report;
element.execute(1) - the (1) being the numeric ID assigned to the programmable section you have created.

This will fire the programmable section based on its positioning in the fetch() method.