You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/debugger/view-data-in-tabular-visualizer.md
+11-11Lines changed: 11 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -52,17 +52,7 @@ You can use the right-click context menu to customize the view:
52
52
- Select **Expand Column** to see more details items in the complex data.
53
53
- Select **Hide Children** to get a more concise view of your data.
54
54
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
66
56
67
57
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.
68
58
@@ -76,6 +66,16 @@ In the Copilot Chat, you see LINQ syntax examples. Additionally, you can describ
76
66
77
67
:::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.":::
78
68
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
+
79
79
## Related content
80
80
-[View strings in a string visualizer](../debugger/view-strings-visualizer.md)
0 commit comments