misterstick
Programmer
could someone point me at a resource that tells me how to set an XML file to have multiple record formats so that these and the relationship between them can be read by SSRS?
i have two problems.
1. i need to pass the parameters used to create the dataset as part of the dataset. there may be any number of these with arbitrary names and datatypes. i'd like to do this generically so that i don't have to code them all individualy. an array of name, value pairs would be jim-dandy.
2. i need to pass master/detail record sets to reports. given that there may be large numbers of records, passing the master once for each detail is not an option.
many thanks in advance,
mr s. <
i have two problems.
1. i need to pass the parameters used to create the dataset as part of the dataset. there may be any number of these with arbitrary names and datatypes. i'd like to do this generically so that i don't have to code them all individualy. an array of name, value pairs would be jim-dandy.
2. i need to pass master/detail record sets to reports. given that there may be large numbers of records, passing the master once for each detail is not an option.
many thanks in advance,
mr s. <