Loads report details from the file using specified report format.
Namespace: Bluefin.Web.ClientAssembly: Bluefin-3.8.sp8-net4.5 (in Bluefin-3.8.sp8-net4.5.dll) Version: 3.8.0.8 (3.8.0.8)
Syntax
Public Shared Function FromFile ( _ fileName As String, _ reportFormat As ReportFormat _ ) As ReportResponse(Of T)
Parameters
- fileName
- Type:
System String
file name of full report
- reportFormat
- Type: Bluefin.Web.Client ReportFormat
Enumerated value of report format.
Return Value
instance of ReportResponseRemarks
See Also