ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / SharedDataSet Class / QueryParameters Property

In This Topic
QueryParameters Property (SharedDataSet)
In This Topic
Gets a collection of query parameters used by the shared dataset.
Syntax
'Declaration
 
Public ReadOnly Property QueryParameters As QueryParameterCollection
 

Property Value

A QueryParameterCollection object containing the query parameters for the shared dataset.
Remarks
Query parameters are used to filter and modify the data retrieved by the shared dataset.
See Also