ReportViewReferenceCollection.AddRange Method (Microsoft.PerformancePoint.Scorecards)
Adds a collection of ReportViewReferences to this collection.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in microsoft.performancepoint.scorecards.client.dll)
Syntax
'Declaration
Public Overridable Sub AddRange ( _
collection As ICollection _
)
'Usage
Dim instance As ReportViewReferenceCollection
Dim collection As ICollection
instance.AddRange(collection)
public virtual void AddRange (
ICollection collection
)
Parameters
- collection
TheReportViewReferences to add.
See Also
Reference
ReportViewReferenceCollection Class
ReportViewReferenceCollection Members
Microsoft.PerformancePoint.Scorecards Namespace