lfarr...@setfoc us.com Jan 12, 8:28 pm show options
Newsgroups: microsoft.publi c.sqlserver.rep ortingsvcs
From: lfarr...@setfoc us.com - Find messages by this author
Date: 12 Jan 2005 20:28:28 -0800
Local: Wed, Jan 12 2005 8:28 pm
Subject: ReportParameter .ValidValues
Reply | Reply to Author | Forward | Print | Individual Message | Show
original | Remove | Report Abuse
I have been assigned to create a new report subscription form. I have
done everything but prompt the user for values. So there are a bunch
of reports with varied parameters. Some of these parameters are
hard-coded lists and others are DataSetReferenc e. How do I provide the
subscriber with an accurate list of valid values?
I was thinking something like:
ReportParameter s[0].reportParamete r.ValidValues
but that comes back null.
I tried reportService.G etReportParamet ers(report, historyID,
forRendering, values, credentials)
Values comes back null.
Please help!
Thank you!
--Larry--
Newsgroups: microsoft.publi c.sqlserver.rep ortingsvcs
From: lfarr...@setfoc us.com - Find messages by this author
Date: 12 Jan 2005 20:28:28 -0800
Local: Wed, Jan 12 2005 8:28 pm
Subject: ReportParameter .ValidValues
Reply | Reply to Author | Forward | Print | Individual Message | Show
original | Remove | Report Abuse
I have been assigned to create a new report subscription form. I have
done everything but prompt the user for values. So there are a bunch
of reports with varied parameters. Some of these parameters are
hard-coded lists and others are DataSetReferenc e. How do I provide the
subscriber with an accurate list of valid values?
I was thinking something like:
ReportParameter s[0].reportParamete r.ValidValues
but that comes back null.
I tried reportService.G etReportParamet ers(report, historyID,
forRendering, values, credentials)
Values comes back null.
Please help!
Thank you!
--Larry--
Comment