
Passing text from C# to Crystal Report
You can't access the formulas with the viewer control. You have to use the
ReportDocument object. Note that you should only set report properties via
the viewer or the document, but not both at the same time.
Look in help for the class
ReportDocument.DataDefinition.FormulaFields
Brian Bischof
--
Moving from VB6 to .NET? It just got easier...
"The .NET Languages: A Quick Translation Guide"
http://www.amazon.com/exec/obidos/ASIN/1893115488
Quote:
> Hello,
> I've read several posts on how to pass parameters and also how to pass
> text through formulas. I'm not seeing what these posts describe.
> In my app, I have a crystal report "CrystalReportViewer1", there are
> no methods/properties for setting the .formulas(0) etc...
> Does anyone know what I'm missing?
> Thanks
> Randy