Click or drag to resize

ReportDataControllerToDocument Method

Create a report document by report ID and gives a file stream as HTTP response message

Namespace:  Velo.Web.Controllers
Assembly:  Velo.Web (in Velo.Web.dll) Version: 22.2.10.1 (22.2.10.450)
Syntax
public HttpResponseMessage ToDocument(
	int pID
)

Parameters

pID
Type: SystemInt32
Report ID

Return Value

Type: HttpResponseMessage
Report document as file stream
See Also