---
editLink: false
lastUpdated: false
---

[@salesforce/b2c-tooling-sdk](../../../modules.md) / [operations/cip](../index.md) / CipReportQueryResult

# Interface: CipReportQueryResult

Defined in: [packages/b2c-tooling-sdk/src/operations/cip/types.ts:76](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/blob/67fb8580ac3c5b372617ee3ec3fc8f2bc9f16174/packages/b2c-tooling-sdk/src/operations/cip/types.ts#L76)

Result of a curated report query.

## Extends

- [`CipQueryResult`](../../../clients/interfaces/CipQueryResult.md)

## Properties

### columns

> **columns**: `string`[]

Defined in: [packages/b2c-tooling-sdk/src/clients/cip.ts:143](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/blob/67fb8580ac3c5b372617ee3ec3fc8f2bc9f16174/packages/b2c-tooling-sdk/src/clients/cip.ts#L143)

Ordered columns for output formatting.

#### Inherited from

[`CipQueryResult`](../../../clients/interfaces/CipQueryResult.md).[`columns`](../../../clients/interfaces/CipQueryResult.md#columns)

***

### reportName

> **reportName**: `string`

Defined in: [packages/b2c-tooling-sdk/src/operations/cip/types.ts:77](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/blob/67fb8580ac3c5b372617ee3ec3fc8f2bc9f16174/packages/b2c-tooling-sdk/src/operations/cip/types.ts#L77)

***

### rowCount

> **rowCount**: `number`

Defined in: [packages/b2c-tooling-sdk/src/clients/cip.ts:147](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/blob/67fb8580ac3c5b372617ee3ec3fc8f2bc9f16174/packages/b2c-tooling-sdk/src/clients/cip.ts#L147)

Total number of rows returned.

#### Inherited from

[`CipQueryResult`](../../../clients/interfaces/CipQueryResult.md).[`rowCount`](../../../clients/interfaces/CipQueryResult.md#rowcount)

***

### rows

> **rows**: `Record`\<`string`, `unknown`\>[]

Defined in: [packages/b2c-tooling-sdk/src/clients/cip.ts:145](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/blob/67fb8580ac3c5b372617ee3ec3fc8f2bc9f16174/packages/b2c-tooling-sdk/src/clients/cip.ts#L145)

Decoded result rows.

#### Inherited from

[`CipQueryResult`](../../../clients/interfaces/CipQueryResult.md).[`rows`](../../../clients/interfaces/CipQueryResult.md#rows)
