Using Data Structs in Fast Report PascalScript

I have to develope a new report where he needs to use data structs using PascalScrit, but the solution that i try to use isn't correctly.

She is:

type
Test = record
F120 : String;
PercIVA : Byte;
Gravada : extended;
end;

This solution is not possible in PascalScript, anybody know other solution?

Thanks and sorry for my newbie english.

Leave a Comment

Rich Text Editor. To edit a paragraph's style, hit tab to get to the paragraph menu. From there you will be able to pick one style. Nothing defaults to paragraph. An inline formatting menu will show up when you select text. Hit tab to get into that menu. Some elements, such as rich link embeds, images, loading indicators, and error messages may get inserted into the editor. You may navigate to these using the arrow keys inside of the editor and delete them with the delete or backspace key.