Crystal Reports parameters c#
问题 I'm trying to send parameters to a Crystal Report document but it doesn't work, the document load the default parameters values. the values that I send are the type of the parameters that I've defined in the report document, and the parameter's names are ok. here is my code. ReportDocument crypRpt = new ReportDocument(); //crLibroDiario Libro = new crLibroDiario(); crypRpt.Load(@"Path\crDiarioLibro.rpt"); ParameterFieldDefinitions crParameterFieldDefinitions; ParameterFieldDefinition