how to group fields in crystal reports usingf vb.net code?
Posted
by meenakshi
on Super User
See other posts from Super User
or by meenakshi
Published on 2010-03-27T07:34:18Z
Indexed on
2010/03/27
7:43 UTC
Read the original article
Hit count: 236
crystal-reports
I am using vb.net 2005. i am trying to set report groupings of a crystal report at runtime based on user defined options. MSDN says this:
Dim FieldDef As FieldDefinition FieldDef = Report.Database.Tables.Item(0).Fields.Item(comboBox1().Text) Report.DataDefinition.Groups.Item(0).ConditionField = FieldDef
but error shows invalid group number
© Super User or respective owner