Skip to content

Commit 43c939c

Browse files
committed
edits
1 parent 8c44e7a commit 43c939c

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

docs/debugger/view-data-in-tabular-visualizer.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -52,17 +52,7 @@ You can use the right-click context menu to customize the view:
5252
- Select **Expand Column** to see more details items in the complex data.
5353
- Select **Hide Children** to get a more concise view of your data.
5454

55-
## Filter, sort, and export visualizer data
56-
57-
- Both DataSet and IEnumerable support filtering, sorting, and exporting of visualizer data.
58-
- You can sort the visualizer columns in ascending/descending order by clicking on the column name.
59-
- You also can filter visualizer data based on a filter string. Enter the string in the filter box in the upper right corner and press Enter. The Visualizer returns all the rows that contain a value that matches the filter string.
60-
- You can export the data from IEnumerable visualizers in CSV/Excel format using the dropdown on the top right corner.
61-
- You can also export the filtered and sorted results in CSV/Excel format.
62-
63-
:::image type="content" source="../debugger/media/vs-2022/dbg-ienumerable-visualizer-filtering.png" alt-text="Screenshot of View the visualizer data filter.":::
64-
65-
## Modify the expression in the IEnumerable visualizer
55+
### Modify the expression in the IEnumerable visualizer
6656

6757
Starting in Visual Studio 2022 version 17.11, you can directly change the **Expression** textbox for the IEnumerable visualizer with a modified LINQ expression. The visualizer data gets updated, reflecting the data change resulting from your new query.
6858

@@ -76,6 +66,16 @@ In the Copilot Chat, you see LINQ syntax examples. Additionally, you can describ
7666

7767
:::image type="content" source="../debugger/media/vs-2022/dbg-ienumerable-visualizer-edit-expression-copilot-show-in-visualizer.png" alt-text="Screenshot of Show in Visualizer button in Copilot Chat.":::
7868

69+
## Filter, sort, and export visualizer data
70+
71+
- Both DataSet and IEnumerable support filtering, sorting, and exporting of visualizer data.
72+
- You can sort the visualizer columns in ascending/descending order by clicking on the column name.
73+
- You also can filter visualizer data based on a filter string. Enter the string in the filter box in the upper right corner and press Enter. The Visualizer returns all the rows that contain a value that matches the filter string.
74+
- You can export the data from IEnumerable visualizers in CSV/Excel format using the dropdown on the top right corner.
75+
- You can also export the filtered and sorted results in CSV/Excel format.
76+
77+
:::image type="content" source="../debugger/media/vs-2022/dbg-ienumerable-visualizer-filtering.png" alt-text="Screenshot of View the visualizer data filter.":::
78+
7979
## Related content
8080
- [View strings in a string visualizer](../debugger/view-strings-visualizer.md)
8181
- [Create custom visualizers (C#, Visual Basic)](../debugger/create-custom-visualizers-of-data.md)

0 commit comments

Comments
 (0)