Reports |
public class ReportsClient : ApiHandler<ApiClient>
The ReportsClient type exposes the following members.
Name | Description | |
---|---|---|
AddQueryParameter | (Inherited from ApiHandlerT) | |
Available | Returns a list of the all the reports available for the logged in user for the given form version. | |
AvailableAsync | Returns a list of the all the reports available for the logged in user for the given form version. | |
Get | ||
GetAsync | ||
GetByClientId(Guid, Int64, Guid, String) | Generates a report for a specific data row. | |
GetByClientId(Guid, Int64, Guid, String, Stream) | Generates a report for a specific data row. | |
GetByClientIdAsync(Guid, Int64, Guid, String) | Generates a report for a specific data row. | |
GetByClientIdAsync(Guid, Int64, Guid, String, Stream) | Generates a report for a specific data row. | |
GetById(Guid, Int64, Int64, String) | Generates a report for a specific data row. | |
GetById(Guid, Int64, Int64, String, Stream) | Generates a report for a specific data row. | |
GetByIdAsync(Guid, Int64, Int64, String) | Generates a report for a specific data row. | |
GetByIdAsync(Guid, Int64, Int64, String, Stream) | Generates a report for a specific data row. | |
GetMultiple | ||
GetMultipleAsync |