634db7d9792bea2dc7896dde043b74fd14d416b6
Guides/LayeredSubtotaling.md
| ... | ... | @@ -20,6 +20,10 @@ Here is a sample global.asax to implement layered subtotaling in your own applic |
| 20 | 20 | LayeredSubtotaling myLayeredSubtotaling = new LayeredSubtotaling(VisualGroupStyle.LineDelimitedWithLabels); |
| 21 | 21 | ``` |
| 22 | 22 | |
| 23 | +```visualbasic |
|
| 24 | +Dim myLayeredSubtotaling As New LayeredSubtotaling(VisualGroupStyle.LineDelimitedWithLabels) |
|
| 25 | +``` |
|
| 26 | + |
|
| 23 | 27 | ###C♯ |
| 24 | 28 | |
| 25 | 29 | ```csharp |