Click or drag to resize

StiReportResourceCollectionInsert Method

[Missing <summary> documentation for "M:Stimulsoft.Report.Dictionary.StiReportResourceCollection.Insert(System.Int32,Stimulsoft.Report.StiReportResource)"]

Namespace:  Stimulsoft.Report.Dictionary
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public void Insert(
	int index,
	StiReportResource resource
)

Parameters

index
Type: SystemInt32

[Missing <param name="index"/> documentation for "M:Stimulsoft.Report.Dictionary.StiReportResourceCollection.Insert(System.Int32,Stimulsoft.Report.StiReportResource)"]

resource
Type: Stimulsoft.ReportStiReportResource

[Missing <param name="resource"/> documentation for "M:Stimulsoft.Report.Dictionary.StiReportResourceCollection.Insert(System.Int32,Stimulsoft.Report.StiReportResource)"]

See Also