void DoChangeGroupShownInReport( IGroup group, bool shownInReport )
Parameters
- group
- The group on which to change the flag ShownInReport.
- shownInReport
- The new ShownInReport boolean state of the group.
void DoChangeGroupShownInReport( IGroup group, bool shownInReport )
Exception | Description |
---|---|
System.ArgumentException | Can't perform the group flag changing operation on these arguments. Please check arguments with the method CanChangeGroupShownInReport before calling this method. |
Target Platforms: Windows 11, 10, 8, 7 and Linux, MacOS with net8.0, net7.0 or net6.0 installed