I am using StimulSoftReports.Ultimate_2013.1
andI have come across an issue while generating the report .
REQUIREMENT:
In Report file,I have placed a textbox over the Databand control.
Here, i need to display the textbox with message "No Records Found" when DataSource returns no records to the Data band control.
ISSUE:
I have implemented with the following code in
"EndRender event" of the Report and
"BeforePrint event" of the Page. But textbox is not visible on both scenerio(Databand is empty/not empty)
Member
34 Points
73 Posts
Stimulsoft- Display "No Records Found" message - When "Databand" control is Empty
Jul 30, 2013 02:33 AM|nagarajasia|LINK
Dear Members,
2013.1
and I have come across an issue while generating the report .
I am using StimulSoftReports.Ultimate_
REQUIREMENT:
ISSUE:
I have implemented with the following code in "EndRender event" of the Report and "BeforePrint event" of the Page. But textbox is not visible on both scenerio(Databand is empty/not empty)
Can anyone help me to sort out the issue. If my explanation is not clear please let me know.
Thanks,
Nagaraj.S
Nagaraj.S
Member
310 Points
78 Posts
Re: Stimulsoft- Display "No Records Found" message - When "Databand" control is Empty
Jul 31, 2013 04:47 AM|feelwang|LINK
Hi,
You can make a breakpoint in the code, to check the return value.
More information about the Stimulsoft, please try to refer to the following link:
http://www.codeproject.com/Catalogs/3239/Stimulsoft-Reports-Net.aspx
http://en.wikipedia.org/wiki/Stimulsoft_Reports
Member
34 Points
73 Posts
Re: Stimulsoft- Display "No Records Found" message - When "Databand" control is Empty
Jul 31, 2013 11:01 AM|nagarajasia|LINK
@feelwang
Thankyou very much for the links, if it helps i will reply you back.
Nagaraj.S