Hello Community,
i can't figure it out...
I createt in the designer a table with some rows. And i want to dynamiclly "delete" or "hide" some of them. I appended some screenshots.
I don't get it. How can i do it?
Here is some code:
I tryed this:
Me.tbModernisierungskosten.Height = New Telerik.Reporting.Drawing.Unit(0.0)
Me.tbTitelModernisierungskosten.Height = New Telerik.Reporting.Drawing.Unit(0.0)
Me.TextBox265.Height = New Telerik.Reporting.Drawing.Unit(0.0)
tbModernisierungskosten.Visible = False
tbTitelModernisierungskosten.Visible = False
TextBox265.Visible = False
tbModernisierungskosten.Value = ""
tbTitelModernisierungskosten.Value = ""
TextBox265.Value = ""
And this:
tblFinanzierung.Body.Rows(2).Height = Unit.Cm(0.1)
i can't figure it out...
I createt in the designer a table with some rows. And i want to dynamiclly "delete" or "hide" some of them. I appended some screenshots.
I don't get it. How can i do it?
Here is some code:
I tryed this:
Me.tbModernisierungskosten.Height = New Telerik.Reporting.Drawing.Unit(0.0)
Me.tbTitelModernisierungskosten.Height = New Telerik.Reporting.Drawing.Unit(0.0)
Me.TextBox265.Height = New Telerik.Reporting.Drawing.Unit(0.0)
tbModernisierungskosten.Visible = False
tbTitelModernisierungskosten.Visible = False
TextBox265.Visible = False
tbModernisierungskosten.Value = ""
tbTitelModernisierungskosten.Value = ""
TextBox265.Value = ""
And this:
tblFinanzierung.Body.Rows(2).Height = Unit.Cm(0.1)