I have tried the following code in the `Before Print` event of the group header band, but this gives me zero value in footer bands.
Code: Select all
DataDataSource1.Enabled = bool.Parse(condition2);
Code: Select all
DataDataSource1.Enabled = bool.Parse(condition2);