POST Visual/SelectReportFromList

获取报表数据 或者检查报表有效性

Request Information

URI Parameters

None.

Body Parameters

VisualSelectReportFromListReqModel
NameDescriptionTypeAdditional information
fid

string

None.

jsonstr

string

None.

fUserId

string

None.

StorageName

string

None.

Request Formats

application/json, text/json

Sample:
{
  "fid": "sample string 1",
  "jsonstr": "sample string 2",
  "fUserId": "sample string 3",
  "StorageName": "sample string 4"
}

application/xml, text/xml

Sample:
<VisualSelectReportFromListReqModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DbFrameModel.Models.Visual">
  <StorageName>sample string 4</StorageName>
  <fUserId>sample string 3</fUserId>
  <fid>sample string 1</fid>
  <jsonstr>sample string 2</jsonstr>
</VisualSelectReportFromListReqModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

JsonResult2
NameDescriptionTypeAdditional information
ErrCode

integer

None.

ErrMsg

string

None.

result

Object

None.

result2

Object

None.

result3

Object

None.

result4

Object

None.

result5

Object

None.

result6

Object

None.

listPageData

Collection of DtData

None.

reportChild

Collection of t_DbReportChild

None.

collistset

Object

None.

rptlistingStatic

Collection of t_DbReportListing

None.

rptlistingDynamic

Collection of t_DbReportListing

None.

headermul

Collection of t_DbReportHeaderMul

None.

t_DbReportDynMulHeader

Collection of t_DbReportDynMulHeader

None.

listSumData

Collection of DtSumData

None.

Response Formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.

application/xml

Sample:

Sample not available.

text/xml

Sample:

Sample not available.