deaaed7dc878d4110395ee9af1293de0b33ab129
Guides/LayeredSubtotaling.md
| ... | ... | @@ -310,11 +310,11 @@ Public Class CustomAdHocConfig |
| 310 | 310 | End Sub |
| 311 | 311 | |
| 312 | 312 | Public Overrides Sub ProcessDataSet(ByVal ds As DataSet, ByVal reportPart As String) |
| 313 | - myLayeredSubtotaling.DoSubtotalingForVG(ds, reportPart, VisualGroupStyle.LineDelimitedWithLabels) |
|
| 313 | + myLayeredSubtotaling.DoSubtotalingForVG(ds, reportPart) |
|
| 314 | 314 | End Sub |
| 315 | 315 | |
| 316 | 316 | Public Overrides Function PerformCustomRendering(initialHtml As String) As String |
| 317 | - Return myLayeredSubtotaling.PerformCustomRendering(initialHtml, VisualGroupStyle.LineDelimitedWithLabels) |
|
| 317 | + Return myLayeredSubtotaling.PerformCustomRendering(initialHtml) |
|
| 318 | 318 | End Function |
| 319 | 319 | End Class |
| 320 | 320 |