Hello.
telerik reporting:
I'm doing some reports but I think consultation with a string and pass it to SqlQuery.SelectCommand need.
example:
this.SqlQuery.SelectCommand = "SELECT * FROM WHERE EMBARQUE_HISTORICO_DOV (FECHA_EMBARQUE> = TO_DATE (\ '22 / 05/2014" + "\ ', \' dd / MM / yyyy \ ')) AND (FECHA_EMBARQUE <= TO_DATE (\ '23 / 05/2014 \ ', \' dd / MM / yyyy \ ')) ";
I enter that manually and it generates the report, we mention that this database pl / sql developer.
So I think my string and the select, from and where I need and what happened as a parameter to the report. As the recovery of the parameter string in telerik reporting.
Should be:
this.SqlQuery.SelectCommand = Mystring
telerik reporting:
I'm doing some reports but I think consultation with a string and pass it to SqlQuery.SelectCommand need.
example:
this.SqlQuery.SelectCommand = "SELECT * FROM WHERE EMBARQUE_HISTORICO_DOV (FECHA_EMBARQUE> = TO_DATE (\ '22 / 05/2014" + "\ ', \' dd / MM / yyyy \ ')) AND (FECHA_EMBARQUE <= TO_DATE (\ '23 / 05/2014 \ ', \' dd / MM / yyyy \ ')) ";
I enter that manually and it generates the report, we mention that this database pl / sql developer.
So I think my string and the select, from and where I need and what happened as a parameter to the report. As the recovery of the parameter string in telerik reporting.
Should be:
this.SqlQuery.SelectCommand = Mystring