C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1ReportViewer.ReportService Namespace / DocumentStatus Class / reportParams Field

In This Topic
reportParams Field
In This Topic
The array of REQUIRED report parameters, filled in by the server. May be null, BUT IF this is non-null on return from server, the client must use this info to fill the param name/param value list, and pass it to the server in order to generate the document.
Syntax
'Declaration
 
Public reportParams As ReportParameterInfo()
 
See Also