T thomas wenning Sep 3, 2004 #2 Hi Jorge, Jorge said: Hi How do i modify the sql query of a CR.NET 2003 report? Kind Regards Jorge Click to expand... use a dataset as datasource. 1. Create a Report with a typed Dataset 2. at Runtime: fill a dataset like the typed one 3. and tyoe this: myReport.SetDatasource= myDataSet That's it. Greeting Thomas
Hi Jorge, Jorge said: Hi How do i modify the sql query of a CR.NET 2003 report? Kind Regards Jorge Click to expand... use a dataset as datasource. 1. Create a Report with a typed Dataset 2. at Runtime: fill a dataset like the typed one 3. and tyoe this: myReport.SetDatasource= myDataSet That's it. Greeting Thomas
T thomas wenning Sep 3, 2004 #3 Hi Jorge, Jorge said: Hi How do i modify the sql query of a CR.NET 2003 report? Kind Regards Jorge Click to expand... see here: english http://support.businessobjects.com/communityCS/TechnicalPapers/rtm_reportingoffadonetdatasets.pdf german http://www.dotnetheute.com/artikel/20030402.htm http://www.dotnetheute.com/artikel/20030403.htm Greeting Thomas
Hi Jorge, Jorge said: Hi How do i modify the sql query of a CR.NET 2003 report? Kind Regards Jorge Click to expand... see here: english http://support.businessobjects.com/communityCS/TechnicalPapers/rtm_reportingoffadonetdatasets.pdf german http://www.dotnetheute.com/artikel/20030402.htm http://www.dotnetheute.com/artikel/20030403.htm Greeting Thomas
J Jorge Sep 3, 2004 #4 Thanks Thomas Jorge -----Original Message----- Hi Jorge, use a dataset as datasource. 1. Create a Report with a typed Dataset 2. at Runtime: fill a dataset like the typed one 3. and tyoe this: myReport.SetDatasource= myDataSet That's it. Greeting Thomas . Click to expand...
Thanks Thomas Jorge -----Original Message----- Hi Jorge, use a dataset as datasource. 1. Create a Report with a typed Dataset 2. at Runtime: fill a dataset like the typed one 3. and tyoe this: myReport.SetDatasource= myDataSet That's it. Greeting Thomas . Click to expand...