public void SelectElements( IReadOnlyList<Element> elements )
Public Sub SelectElements( _ ByVal elements As IReadOnlyList(Of Element) _ )
Parameters
- elements
- A list of existing report elements. If null then all elements are unselected.
public void SelectElements( IReadOnlyList<Element> elements )
Public Sub SelectElements( _ ByVal elements As IReadOnlyList(Of Element) _ )
//ReportDetailsSection contains the "Fields" var elements = reportDetailsSection.GetElementsAsFlattenedList(); reportDetailsSection.SelectElements(elements);
Target Platforms: Windows 10, Windows 8.1