Exago .NET API Documentation
StoredProcParams Property
WebReports.Api.Common Namespace > Parameter Class : StoredProcParams Property

For Parameters that have a Parameter Dropdown Object, this is a comma-separated list of preexisting Exago parameters to be used as variables for a selected stored procedure, when the DropdownDbName Property refers to a stored procedure.

For more information, refer to the Stored Procedures section of the Data Objects article in the documentation.

Syntax
public System.string StoredProcParams {get; set;}

Property Value

A comma-separated list of Exago parameters for use by the stored procedure.
See Also

Reference

Parameter Class
Parameter Members

Exago Knowledge Base

Data Objects