Click or drag to resize

StiResourcesCollectionAdd Method (String, StiResourceType, Byte)

[Missing <summary> documentation for "M:Stimulsoft.Report.Dictionary.StiResourcesCollection.Add(System.String,Stimulsoft.Report.Dictionary.StiResourceType,System.Byte[])"]

Namespace:  Stimulsoft.Report.Dictionary
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public void Add(
	string name,
	StiResourceType type,
	byte[] content
)

Parameters

name
Type: SystemString

[Missing <param name="name"/> documentation for "M:Stimulsoft.Report.Dictionary.StiResourcesCollection.Add(System.String,Stimulsoft.Report.Dictionary.StiResourceType,System.Byte[])"]

type
Type: Stimulsoft.Report.DictionaryStiResourceType

[Missing <param name="type"/> documentation for "M:Stimulsoft.Report.Dictionary.StiResourcesCollection.Add(System.String,Stimulsoft.Report.Dictionary.StiResourceType,System.Byte[])"]

content
Type: SystemByte

[Missing <param name="content"/> documentation for "M:Stimulsoft.Report.Dictionary.StiResourcesCollection.Add(System.String,Stimulsoft.Report.Dictionary.StiResourceType,System.Byte[])"]

See Also