ReportService.GetReportParameters(InstanceIdentity) Method
In This Article
Returns an object that contains parameters available in a report.
Namespace: DevExpress.XtraReports.Service
Assembly: DevExpress.XtraReports.v24.2.Service.dll
NuGet Packages: DevExpress.Reporting.WCF, DevExpress.Win.Dashboard
#Declaration
public virtual ReportParameterContainer GetReportParameters(
InstanceIdentity identity
)
#Parameters
Name | Type | Description |
---|---|---|
identity | Instance |
An Instance |
#Returns
Type | Description |
---|---|
Report |
A Report |
#Implements
See Also