This commit is contained in:
2021-11-25 14:09:40 +01:00
parent e19a163187
commit dbe63ae55a
14 changed files with 138 additions and 101 deletions

View File

@@ -25,9 +25,9 @@ Public Class rptLKWBericht
' MsgBox(Fields.Item("Ereignis").Value)
'Abwechselnd grauen und wei<65>en Hintergrund
If (dummycount Mod 2) = 0 Then
Detail.BackColor = Drawing.Color.White
Detail.BackColor = Color.White
Else
Detail.BackColor = Drawing.Color.WhiteSmoke
Detail.BackColor = Color.WhiteSmoke
End If
End Sub