Hi, I'm new to reporting services but have used Acutate report writer in the past.
In Actuate, we have a report that lists employee ids and names. When the users runs this actuate web report, the report is created from a sql select and at the same time, a text data file of empl_id+firstname+lastname is also created. The single actuate report creates both outputs. I added actuate script to open and write to the data file based on the sql retrieved.
The data file is not a simple ‘export’. The file contains header/detail/trailer records in a formatted/fixed length file format.
How can this simple report/data file be created in reporting services? A stored proc or subreports or .net script or…?
Thanks
In Actuate, we have a report that lists employee ids and names. When the users runs this actuate web report, the report is created from a sql select and at the same time, a text data file of empl_id+firstname+lastname is also created. The single actuate report creates both outputs. I added actuate script to open and write to the data file based on the sql retrieved.
The data file is not a simple ‘export’. The file contains header/detail/trailer records in a formatted/fixed length file format.
How can this simple report/data file be created in reporting services? A stored proc or subreports or .net script or…?
Thanks