ILayoutEditor.SetSelection(IEnumerable<IReportItem>) 方法

定义

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))

参数

newSelection
IEnumerable<IReportItem>

适用于