LayoutEditor.ToggleSelection(IEnumerable<IReportItem>) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
virtual void ToggleSelection(System::Collections::Generic::IEnumerable<Microsoft::ReportDesigner::IReportItem ^> ^ toggleItems);
public void ToggleSelection (System.Collections.Generic.IEnumerable<Microsoft.ReportDesigner.IReportItem> toggleItems);
abstract member ToggleSelection : seq<Microsoft.ReportDesigner.IReportItem> -> unit
override this.ToggleSelection : seq<Microsoft.ReportDesigner.IReportItem> -> unit
Public Sub ToggleSelection (toggleItems As IEnumerable(Of IReportItem))
Parameters
- toggleItems
- IEnumerable<IReportItem>