ReportItemList.AddRange(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 AddRange(System::Collections::Generic::IEnumerable<Microsoft::ReportDesigner::IReportItem ^> ^ list);
public virtual void AddRange (System.Collections.Generic.IEnumerable<Microsoft.ReportDesigner.IReportItem> list);
abstract member AddRange : seq<Microsoft.ReportDesigner.IReportItem> -> unit
override this.AddRange : seq<Microsoft.ReportDesigner.IReportItem> -> unit
Public Overridable Sub AddRange (list As IEnumerable(Of IReportItem))
Parameters
- list
- IEnumerable<IReportItem>