POST Visual/GetReportListingStyle

获得报表列样式

Request Information

URI Parameters

None.

Body Parameters

VisualGetSonReportReqModel
NameDescriptionTypeAdditional information
fReportId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "fReportId": 1
}

application/xml, text/xml

Sample:
<VisualGetSonReportReqModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DbFrameModel.Models.Visual">
  <fReportId>1</fReportId>
</VisualGetSonReportReqModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of t_DbReportListingStyle
NameDescriptionTypeAdditional information
fReportId

integer

None.

fListId

integer

None.

fInterId

integer

None.

fRender

string

None.

fFontSize

integer

None.

fFontColor

string

None.

fBgColor

string

None.

fSourceColId

integer

None.

fSourceCompare

string

None.

fSourceValue

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "fReportId": 1,
    "fListId": 2,
    "fInterId": 3,
    "fRender": "sample string 4",
    "fFontSize": 5,
    "fFontColor": "sample string 6",
    "fBgColor": "sample string 7",
    "fSourceColId": 8,
    "fSourceCompare": "sample string 9",
    "fSourceValue": "sample string 10"
  },
  {
    "fReportId": 1,
    "fListId": 2,
    "fInterId": 3,
    "fRender": "sample string 4",
    "fFontSize": 5,
    "fFontColor": "sample string 6",
    "fBgColor": "sample string 7",
    "fSourceColId": 8,
    "fSourceCompare": "sample string 9",
    "fSourceValue": "sample string 10"
  }
]

application/xml, text/xml

Sample:
<ArrayOft_DbReportListingStyle xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DbFrameModel.DbEntity">
  <t_DbReportListingStyle>
    <fBgColor>sample string 7</fBgColor>
    <fFontColor>sample string 6</fFontColor>
    <fFontSize>5</fFontSize>
    <fInterId>3</fInterId>
    <fListId>2</fListId>
    <fRender>sample string 4</fRender>
    <fReportId>1</fReportId>
    <fSourceColId>8</fSourceColId>
    <fSourceCompare>sample string 9</fSourceCompare>
    <fSourceValue>sample string 10</fSourceValue>
  </t_DbReportListingStyle>
  <t_DbReportListingStyle>
    <fBgColor>sample string 7</fBgColor>
    <fFontColor>sample string 6</fFontColor>
    <fFontSize>5</fFontSize>
    <fInterId>3</fInterId>
    <fListId>2</fListId>
    <fRender>sample string 4</fRender>
    <fReportId>1</fReportId>
    <fSourceColId>8</fSourceColId>
    <fSourceCompare>sample string 9</fSourceCompare>
    <fSourceValue>sample string 10</fSourceValue>
  </t_DbReportListingStyle>
</ArrayOft_DbReportListingStyle>