public void RemoveGroups( IEnumerable<string> groupFieldNames )
Public Overloads Sub RemoveGroups( _ ByVal groupFieldNames As IEnumerable(Of String) _ )
Parameters
- groupFieldNames
- The array of group field names.
public void RemoveGroups( IEnumerable<string> groupFieldNames )
Public Overloads Sub RemoveGroups( _ ByVal groupFieldNames As IEnumerable(Of String) _ )
Exception | Description |
---|---|
ArcGIS.Core.CalledOnWrongThreadException | This method or property must be called within the lambda passed to QueuedTask.Run. |
System.InvalidOperationException | The report does not have a valid report section. |
System.ArgumentException | The group field names must be associated by a header and footer section. |
Target Platforms: Windows 10, Windows 8.1, Windows 7