ReportRequest MembersBluefin Web Client API Documentation

The ReportRequest type exposes the following members.
Constructors

  NameDescription
Protected methodReportRequest 
Initializes new instance of the ReportRequest.
Protected methodReportRequest(BluefinAccount)
Initializes new instance of the ReportRequest for the customer account known by account.
Back to Top
Methods

  NameDescription
Protected methodAsBoolean
Parses string as Bluefin Boolean return.
(Inherited from Request.)
Public methodDispose 
Releases all object resources and suppresses Garbage Collector call to finalize this object.
(Inherited from Request.)
Protected methodDispose(Boolean)
Releases all object resources and suppresses Garbage Collector call to finalize this object.
(Inherited from Request.)
Protected methodFinalize
Destructor to be called by .NET Garbage Collector.
(Inherited from Request.)
Public methodIsSupported 
Check to see, if the request is supported.
(Inherited from Request.)
Public methodIsSupported(String )
Check to see, if the request is supported. Sets detailed message, if the request is not supported.
(Inherited from Request.)
Public methodIsValid 
Validate request data.
(Inherited from Request.)
Public methodIsValid(String )
Validate report request data. Additionally sets detailed error message, if data is invalid.
(Overrides Request IsValid(String ).)
Back to Top
Properties

  NameDescription
Public propertyAccessKey
Gets string of account access key assosiated with the request. This is the value passed in Request(BluefinAccount)
(Inherited from Request.)
Public propertyAccountID
Gets string of account number assosiated with the request. This is the value passed in Request(BluefinAccount)
(Inherited from Request.)
Public propertyCustomData
Gets or sets CustomData. Please note that the value of CustomData field will be URL encoded in the posted query.
(Inherited from Request.)
Public propertyCustomID
Gets or sets string of custom ID.
(Inherited from Request.)
Public propertyFileName
Gets or sets file name where to write downloaded report. Required, if PersistMode property get FILE flag set.
Public propertyPersistMode
Gets or sets ReportRequest PersistModeOptions flags indicating the way of persisting desired report.
Public propertyReportFormat
Gets or sets report response format.
Back to Top
See Also