Click or drag to resize

StiRecentFile Constructor

Initializes a new instance of the StiRecentFile class

Namespace:  Stimulsoft.Report.Design
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public StiRecentFile(
	string fileName,
	string displayName,
	Object tag
)

Parameters

fileName
Type: SystemString

[Missing <param name="fileName"/> documentation for "M:Stimulsoft.Report.Design.StiRecentFile.#ctor(System.String,System.String,System.Object)"]

displayName
Type: SystemString

[Missing <param name="displayName"/> documentation for "M:Stimulsoft.Report.Design.StiRecentFile.#ctor(System.String,System.String,System.Object)"]

tag
Type: SystemObject

[Missing <param name="tag"/> documentation for "M:Stimulsoft.Report.Design.StiRecentFile.#ctor(System.String,System.String,System.Object)"]

See Also