Search results for query: *

  • Users: klaire.cor
  • Content: Threads
  • Order by date
  1. K

    Problem in assigning the datasource of ComponentOne report for .net

    Good Day to All! How to make the dataset (ex. mydatatemp.xsd) as the datasource of the ComponentOne Report? Dim datatemp as New mydatatemp() Dim ds As DataSource = datatemp With c1report1 .Load(myReportDefinitionFile, "SampleReport") .DataSource.RecordSource = ds .Render() EndWith The...
Back
Top