cancel
Showing results for 
Search instead for 
Did you mean: 

How would I go about setting the Group Selection Formula from DotNet?

Former Member
0 Kudos

I have a program that sets the Record Selection Formula based on user selected criteria. I now need to allow them to select on group based Sums but I can't find a comparable GroupSelectionFormula property to set.

Accepted Solutions (1)

Accepted Solutions (1)

daniel_paulsen
Active Contributor
0 Kudos

Hi Richard,

Which SDK are you using? CR.NET (ReportDocument object, RAS (reportClientdocument object) or BOE (Desktop.Report object)?

CR.NET uses: myReportDocument.DataDefinition.GroupSelectionFormula = ""

RAS, has a GroupFilterController

BOE uses the Report Object: report.GroupFormula

Dan

Answers (0)