If a have a lable called: lblWarning. I’d like to display it (Visible = True) when the detail band does not have any records. The label is in the group footer.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
This event is attached to the report itself (in my example, it’s named XtraReport1).
GetCurrentRow()is a method onXtraReportBasethat returns the current data from the primary report binding source. If data does not exist, it returns null.The same handler in VB: