Hi,
I have code:
// PageHeader
((TextObject)pozostaloDoRozliczenia1.ReportDefinition.Sections["Section2"].ReportObjects["Text1"]).Text = dateTimePicker1.Value.ToShortDateString();
I have value dateTimePicker1 in report but only on first page, next page have empty place, what can I do?
I want to this value on all page.
Asia
I have code:
// PageHeader
((TextObject)pozostaloDoRozliczenia1.ReportDefinition.Sections["Section2"].ReportObjects["Text1"]).Text = dateTimePicker1.Value.ToShortDateString();
I have value dateTimePicker1 in report but only on first page, next page have empty place, what can I do?
I want to this value on all page.
Asia
