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:
Does anyone seems something like that, without code in the project ?
Thanks.
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
bandname.datasource := val;
regards