ReportContainer.DataCount (gb.report2)

Property DataCount As Integer

Sets or returns the number of times the ReportContainer will be printed in the report.

This will be the number of times that the Data event is raised for each control in the container. So if you set it
  • too low, only part of your data will not be printed,

  • too high and you wont have any data to reply with,

  • just right, all will be good.