Bug ? Textobject's click event is failure in the first subreport of every page.

Run FastReport.net Demo, Select Genral\Subreport, then Click the "Run the Designer", select the "SubReport1" in the Designer, select the Text1,
in properties windows, Attach to an Click event, Code Here:

private void Text1_Click(object sender, EventArgs e)
{
TextObject _Text = sender as TextObject;
MessageBox.Show("test" + _Text.Text);
}

Preview, The text1's click event is failure in the first subreport of every page.

FastReport 1.7.4, Win7

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.