Hi
I am trying to build a report programmatically. In this report I try to add a textbox on PageHeader.
But the report is still empty.
I search solution in forum, but I didn't see someone needing help to this problem.
This is a part of what I did, it might be something wrong, I dont know.
Please, can you help me, thanks in advance
Paul S.
I am trying to build a report programmatically. In this report I try to add a textbox on PageHeader.
But the report is still empty.
I search solution in forum, but I didn't see someone needing help to this problem.
This is a part of what I did, it might be something wrong, I dont know.
Panel PanelMonth = Construct_Panel("PanelMonth", this.Width.Value, 0.2, 0, 0);TextBox LblMonth= Construct_TextBox("LblMonth", this.Width.Value, 0.2, 0, 0, " October");PanelMonth.Items.Add(LblMonth);this.pageHeaderSection1.Items.Add(PanelMonth);Please, can you help me, thanks in advance
Paul S.