cancel
Showing results for 
Search instead for 
Did you mean: 

suppress fields at run-time

Former Member
0 Kudos

Hi

I'm looking for a way to suppress fields in a similar manner to how I  suppress text  below:

Dim myReport As New CrystalReport1

Dim myText As CrystalDecisions.CrystalReports.Engine.TextObject

       

myText = CType(myReport.ReportDefinition.ReportObjects.Item("Text4"), CrystalDecisions.CrystalReports.Engine.TextObject)

myText.ObjectFormat.EnableSuppress = True

CrystalReportViewer1.ReportSource = myReport

Any advice would be appreciated

Accepted Solutions (1)

Accepted Solutions (1)

former_member183750
Active Contributor
0 Kudos

You will want to use the InProc RAS SDK. You don't mention what version of CR you are using, so can't say it you have that SDK available to you...

- Ludek

Follow us on Twitter

Got Enhancement ideas? Try the SAP Idea Place

Share Your Knowledge in SCN Topic Spaces

Answers (0)