G
Guest
Hi
I noticed I keep running into the same types of errors when casting
I have Option Strict set on too
Here is the code
Convert.ToInt32(e.NewGroupPath
The DataTypes are defined as follows:
Public Property GroupPath() As Integer(
Member of: CrystalDecisions.Shared.TotallerNodeI
NewGroupPath String. Gets the group number and group level that is being drilled into.
I get a syntax error stating that the Value of type integer can not cast to a 1-dimensional array of integer
Would somebody be so kind as to explain this error to me and how to fix it
Thanks
I noticed I keep running into the same types of errors when casting
I have Option Strict set on too
Here is the code
Convert.ToInt32(e.NewGroupPath
The DataTypes are defined as follows:
Public Property GroupPath() As Integer(
Member of: CrystalDecisions.Shared.TotallerNodeI
NewGroupPath String. Gets the group number and group level that is being drilled into.
I get a syntax error stating that the Value of type integer can not cast to a 1-dimensional array of integer
Would somebody be so kind as to explain this error to me and how to fix it
Thanks