Hi amigos!
I'm working with LazReport only a few days. Could anybody tell me how can i change some attributes of the components placed on report? For example when i place rectangle text component, there are many attributes like Name, Script, Top, Left, Visible etc...
I'd like to change Memo attribute (type: TStrings) which will happen in OnClick event of the button for example. I tried something like:
frReport1.NameOfTheComponent.Memo.Text := 'Some text';
... but it doesn't work. Please help me, I'd like to change other values like Left, Top, Visible, Font, FillColor. Thank you for any responses. Have a nice day.