ILayoutEditor.SetSelection(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:
void SetSelection(System::Collections::Generic::IEnumerable<Microsoft::ReportDesigner::IReportItem ^> ^ newSelection);
public void SetSelection (System.Collections.Generic.IEnumerable<Microsoft.ReportDesigner.IReportItem> newSelection);
abstract member SetSelection : seq<Microsoft.ReportDesigner.IReportItem> -> unit
Public Sub SetSelection (newSelection As IEnumerable(Of IReportItem))
Parameters
- newSelection
- IEnumerable<IReportItem>