|
dev
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Crystal Report View Object Model - CrystalReportViewerI have connected an existing Crystal Report to it using the CrystalReportViewer. I have 2 parameters in the report. I am trying to get the object syntax to extract the values of each parameter, one of which is a date range that really has 2 values (start date and end date). Anyone know what the correct syntax is to read those values programatically? I know it is something like: CrystalReportViewer.ParameterFieldInfo("ParameterName").CurrentValues But I get lost after that. Can anyone point me in the right direction? Maybe an example on the net somewhere? TIA. |
|||||||||||||||||||||||