POST VueApi/SelectReportFromListEmpty
查询报表默认列
Request Information
URI Parameters
None.
Body Parameters
SelectReportFromListEmptyReqModel| Name | Description | Type | Additional information |
|---|---|---|---|
| fid | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"fid": "sample string 1"
}
application/xml, text/xml
Sample:
<SelectReportFromListEmptyReqModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DbFrameModel.Models.Vue"> <fid>sample string 1</fid> </SelectReportFromListEmptyReqModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ReportListingResModel| Name | Description | Type | Additional information |
|---|---|---|---|
| error | integer |
None. |
|
| Msg | string |
None. |
|
| listListing | Collection of t_DbReportListing |
None. |
Response Formats
application/json, text/json
Sample:
{
"listListing": [
{
"fReportId": 1,
"fListId": 2,
"fInterId": 3,
"fCaption": "sample string 4",
"fColName": "sample string 5",
"fVisible": true,
"fWidth": 7.0,
"fNeedCount": true,
"fAllowFilter": true,
"fMask": "sample string 10",
"fAlign": 11,
"fOriginX": 12,
"fOriginY": 13,
"fSpanX": 14,
"fSpanY": 15,
"fLabelPosition": true,
"fAllowEdit": true,
"fVisibleForOrder": true,
"fColType": 19,
"fIsFrozen": true,
"fAllowSort": true,
"DataType": "sample string 22",
"fNewLine": true,
"fIsSum": true,
"fHeight": 25,
"fHeaderId": 26,
"fAutoMerge": true,
"fMergeReferId": 1,
"fIsAmount": true,
"fDynamic": true
},
{
"fReportId": 1,
"fListId": 2,
"fInterId": 3,
"fCaption": "sample string 4",
"fColName": "sample string 5",
"fVisible": true,
"fWidth": 7.0,
"fNeedCount": true,
"fAllowFilter": true,
"fMask": "sample string 10",
"fAlign": 11,
"fOriginX": 12,
"fOriginY": 13,
"fSpanX": 14,
"fSpanY": 15,
"fLabelPosition": true,
"fAllowEdit": true,
"fVisibleForOrder": true,
"fColType": 19,
"fIsFrozen": true,
"fAllowSort": true,
"DataType": "sample string 22",
"fNewLine": true,
"fIsSum": true,
"fHeight": 25,
"fHeaderId": 26,
"fAutoMerge": true,
"fMergeReferId": 1,
"fIsAmount": true,
"fDynamic": true
}
],
"error": 1,
"Msg": "sample string 2"
}
application/xml, text/xml
Sample:
<ReportListingResModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BLL.VueApi">
<Msg>sample string 2</Msg>
<error>1</error>
<listListing xmlns:d2p1="http://schemas.datacontract.org/2004/07/DbFrameModel.DbEntity">
<d2p1:t_DbReportListing>
<d2p1:DataType>sample string 22</d2p1:DataType>
<d2p1:fAlign>11</d2p1:fAlign>
<d2p1:fAllowEdit>true</d2p1:fAllowEdit>
<d2p1:fAllowFilter>true</d2p1:fAllowFilter>
<d2p1:fAllowSort>true</d2p1:fAllowSort>
<d2p1:fAutoMerge>true</d2p1:fAutoMerge>
<d2p1:fCaption>sample string 4</d2p1:fCaption>
<d2p1:fColName>sample string 5</d2p1:fColName>
<d2p1:fColType>19</d2p1:fColType>
<d2p1:fDynamic>true</d2p1:fDynamic>
<d2p1:fHeaderId>26</d2p1:fHeaderId>
<d2p1:fHeight>25</d2p1:fHeight>
<d2p1:fInterId>3</d2p1:fInterId>
<d2p1:fIsAmount>true</d2p1:fIsAmount>
<d2p1:fIsFrozen>true</d2p1:fIsFrozen>
<d2p1:fIsSum>true</d2p1:fIsSum>
<d2p1:fLabelPosition>true</d2p1:fLabelPosition>
<d2p1:fListId>2</d2p1:fListId>
<d2p1:fMask>sample string 10</d2p1:fMask>
<d2p1:fMergeReferId>1</d2p1:fMergeReferId>
<d2p1:fNeedCount>true</d2p1:fNeedCount>
<d2p1:fNewLine>true</d2p1:fNewLine>
<d2p1:fOriginX>12</d2p1:fOriginX>
<d2p1:fOriginY>13</d2p1:fOriginY>
<d2p1:fReportId>1</d2p1:fReportId>
<d2p1:fSpanX>14</d2p1:fSpanX>
<d2p1:fSpanY>15</d2p1:fSpanY>
<d2p1:fVisible>true</d2p1:fVisible>
<d2p1:fVisibleForOrder>true</d2p1:fVisibleForOrder>
<d2p1:fWidth>7</d2p1:fWidth>
</d2p1:t_DbReportListing>
<d2p1:t_DbReportListing>
<d2p1:DataType>sample string 22</d2p1:DataType>
<d2p1:fAlign>11</d2p1:fAlign>
<d2p1:fAllowEdit>true</d2p1:fAllowEdit>
<d2p1:fAllowFilter>true</d2p1:fAllowFilter>
<d2p1:fAllowSort>true</d2p1:fAllowSort>
<d2p1:fAutoMerge>true</d2p1:fAutoMerge>
<d2p1:fCaption>sample string 4</d2p1:fCaption>
<d2p1:fColName>sample string 5</d2p1:fColName>
<d2p1:fColType>19</d2p1:fColType>
<d2p1:fDynamic>true</d2p1:fDynamic>
<d2p1:fHeaderId>26</d2p1:fHeaderId>
<d2p1:fHeight>25</d2p1:fHeight>
<d2p1:fInterId>3</d2p1:fInterId>
<d2p1:fIsAmount>true</d2p1:fIsAmount>
<d2p1:fIsFrozen>true</d2p1:fIsFrozen>
<d2p1:fIsSum>true</d2p1:fIsSum>
<d2p1:fLabelPosition>true</d2p1:fLabelPosition>
<d2p1:fListId>2</d2p1:fListId>
<d2p1:fMask>sample string 10</d2p1:fMask>
<d2p1:fMergeReferId>1</d2p1:fMergeReferId>
<d2p1:fNeedCount>true</d2p1:fNeedCount>
<d2p1:fNewLine>true</d2p1:fNewLine>
<d2p1:fOriginX>12</d2p1:fOriginX>
<d2p1:fOriginY>13</d2p1:fOriginY>
<d2p1:fReportId>1</d2p1:fReportId>
<d2p1:fSpanX>14</d2p1:fSpanX>
<d2p1:fSpanY>15</d2p1:fSpanY>
<d2p1:fVisible>true</d2p1:fVisible>
<d2p1:fVisibleForOrder>true</d2p1:fVisibleForOrder>
<d2p1:fWidth>7</d2p1:fWidth>
</d2p1:t_DbReportListing>
</listListing>
</ReportListingResModel>