ComponentOne Studio Web API Edition
GetDetail(String,DetailRequest) Method

The data source key specifies the data.
The request for the cell detail raw data.
Gets a list of objects in the raw data source that define the content of a specific cell in the output table.
Syntax
'Declaration
 
<HttpPostAttribute()>
<RouteAttribute("{dataSourceKey}")>
Public Overridable Function GetDetail( _
   ByVal dataSourceKey As String, _
   ByVal er As DetailRequest _
) As IHttpActionResult
[HttpPost()]
[Route("{dataSourceKey}")]
public virtual IHttpActionResult GetDetail( 
   string dataSourceKey,
   DetailRequest er
)

Parameters

dataSourceKey
The data source key specifies the data.
er
The request for the cell detail raw data.

Return Value

The raw data which the cell includes and the total count of the cell raw data.
Remarks
Now only the DataEngine data and the in-memory data support this action. The cube data doesn't support it.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

DataEngineController Class
DataEngineController Members

 

 


Copyright © GrapeCity, inc. All rights reserved.