public void RemoveSectionElement( string sectionName )
Public Sub RemoveSectionElement( _ ByVal sectionName As String _ )
Parameters
- sectionName
- The report section element name.
public void RemoveSectionElement( string sectionName )
Public Sub RemoveSectionElement( _ ByVal sectionName As String _ )
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, Windows 10