MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / DataRegion Class / DataSetParameters Property

In This Topic
DataSetParameters Property (DataRegion)
In This Topic
Gets a collection of the parameters for the dataset.
Syntax
'Declaration
 
Public ReadOnly Property DataSetParameters As ParameterCollection
 

Property Value

A ParameterCollection object containing the parameters for the dataset.
Remarks
These parameters can be used for filtering data in regions where the dataset name differs from the parent data region's dataset name.
See Also