Public Sub RemoveSectionElement( _ ByVal sectionName As String _ )
public void RemoveSectionElement( string sectionName )
Parameters
- sectionName
- The report section element name.
Public Sub RemoveSectionElement( _ ByVal sectionName As String _ )
public void RemoveSectionElement( string sectionName )
| Exception | Description |
|---|---|
| ArcGIS.Core.CalledOnWrongThreadException | This method or property must be called within the lambda passed to QueuedTask.Run. |
| System.InvalidOperationException | The sectionName is empty or null. |
| System.ArgumentException | The sectionElement is not valid. |
| System.InvalidOperationException | Cannot remove last report section. |
Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)