Report wizard uses 'ppDataPipeline' as ppLabel1 in Title of Design
For the report wizard...
Is there access at runtime for the ppLabel1 that is created in the
report wizard that contains the text 'ppDataPipeline1' (or whatever the
datapipeline is ) so that I could have it insert a real name (like a
name of a query or something' I could feed the report prior to the
wizard being run?
Jim
Is there access at runtime for the ppLabel1 that is created in the
report wizard that contains the text 'ppDataPipeline1' (or whatever the
datapipeline is ) so that I could have it insert a real name (like a
name of a query or something' I could feed the report prior to the
wizard being run?
Jim
This discussion has been closed.
Comments
The report wizard uses the UserName property as the name of the pipeline.
You could either set this property manually or in code at runtime before the
wizard is loaded.
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Thanks Nico, I was hoping for a standard string property that would not
choke on spaces, but UserName works as long as spaces are removed.
Jim