Click or drag to resize

reportIncludeFile Constructor (String, reportIncludeFileType, Boolean)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Initializes a new instance of the reportIncludeFile class

Namespace:  imbSCI.Reporting.includes
Assembly:  imbSCI.Reporting (in imbSCI.Reporting.dll) Version: 0.3.70.
Syntax
C#
public reportIncludeFile(
	string _sourcePath,
	reportIncludeFileType __fileType = reportIncludeFileType.cssStyle,
	bool __doLocalCopy = true
)
Request Example View Source

Parameters

_sourcePath
Type: SystemString
__fileType (Optional)
Type: imbSCI.Data.enums.reportingreportIncludeFileType
__doLocalCopy (Optional)
Type: SystemBoolean
See Also