ReportPicklist Constructor (String, String) |
Creates a new ReportPicklist and initializes the contents.
Namespace:
NetQuarry.Reporting
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public ReportPicklist(
string appKey,
string picklistKey
)
Public Sub New (
appKey As String,
picklistKey As String
)
Parameters
- appKey
- Type: SystemString
The application ID - picklistKey
- Type: SystemString
The picklist to open.
See Also