[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Configuration.RenderingExtensionInfoCollection.CopyTo

CopyTo Method

CopyTo(RenderingExtensionInfo[], int)

Copies the entire RenderingExtensionsCollection to a compatible one-dimensional Array, starting at the specified index of the target array.

Declaration
public void CopyTo(RenderingExtensionInfo[] array, int index)
Parameters
Type Name Description
RenderingExtensionInfo[] array

The target array.

int index

The start index.