ReportResponse T  FetchDetails Method Bluefin Web Client API Documentation
Loads report details from the string.

Namespace: Bluefin.Web.Client
Assembly: 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 MustOverride Sub FetchDetails ( _
	strDetails As String, _
	responseFormat As ReportFormat _
)

Parameters

strDetails
Type: OnlineSystem String
string representation of report details
responseFormat
Type: Bluefin.Web.Client ReportFormat
Enumerated value of expected response format
See Also