changing the 'size' of Virtual dataset

Hi!

Is there anyway to change the number or records in the Virtual DataSet at runtime? I have a report that??s fixed for 6 or 10 records. So i could put something
like that:
begin
if Condition 1 then
    VirtualDataSet.RecordCount := 6
  else
    VirtualDataSet.RecordCount := 10;
end

Does anyone seems something like that, without code in the project ?

Thanks.

Comments

  • gordkgordk St.Catherines On. Canada.
    edited 5:25PM
    yes
    bandname.datasource := val;
    regards ;)

Leave a Comment