Skip to content

Commit 00be651

Browse files
Vishnu7101karthickthangasamy
authored andcommitted
feature(REPORT-342363): feedback comments
1 parent 34bade6 commit 00be651

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ The samples requires the below requirements to run.
1818
* [Visual Studio 2022](https://visualstudio.microsoft.com/downloads/)
1919
* [.NET 6.0 SDK](https://dotnet.microsoft.com/download/dotnet-core)
2020

21-
In order to download samples in the Report Writer Properly , run the below mwntioned command.
21+
To export the data visualization report items in report writer, run the below mentioned command. Without this, the data visualization report items no longer available in the report exported documents only for the report writer.
2222

2323
```cmd
2424
npm install

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77
"postinstall": "gulp puppeteer-download"
88
},
99
"devDependencies": {
10-
"gulp": "^4.0.2"
10+
"gulp": "4.0.2"
1111
},
1212
"dependencies": {
1313
"shelljs": "0.8.5",
14-
"unzipper": "^0.10.11",
14+
"unzipper": "0.10.11",
1515
"gulp-download": "0.0.1"
1616
}
1717
}

0 commit comments

Comments
 (0)