cancel
Showing results for 
Search instead for 
Did you mean: 

Report.RecordSelectionFormula

Former Member
0 Kudos

Dear Sir,

I am facing a strange issue with regards to RecordSelectionFormula, that is when I try to assign a filter to it, its not updated. I have code as below

string filter;

filter = "({vw_ReportMemberTrxAll.TrxTypeId} = '1')";  

myDoc.RecordSelectionFormula = filter;

After I assign filter to RecordSelectionFormula its still remains empty, the RecordSelectionFormula is not updated and does not give any error.

My environment is : VS 2015, Windows 10, Asp.Net, C#.




Where else the same code works in other project in VS 2013 on another computer.

View Entire Topic
0 Kudos

Moved to .NET forum.

Try the formula in CR Designer to validate it does work.

Don