Click or drag to resize

recordVsReportRegistryBaseGetParticularReportT Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Gets the particular report.

Namespace:  imbSCI.Reporting.links.reportRegistry
Assembly:  imbSCI.Reporting (in imbSCI.Reporting.dll) Version: 0.3.70.
Syntax
C#
public virtual T GetParticularReport<T>(
	string particularID,
	string needle
)
where T : class
Request Example View Source

Parameters

particularID
Type: SystemString
The particular identifier.
needle
Type: SystemString
The needle.

Type Parameters

T

Return Value

Type: T
See Also