Gets parameters collection.
Namespace:
PerpetuumSoft.Reporting.ComponentsAssembly: PerpetuumSoft.Reporting (in PerpetuumSoft.Reporting.dll) Version: 3.9.0.1
Syntax
C# |
---|
public ParameterCollection Parameters { get; } |
Visual Basic (Declaration) |
---|
Public ReadOnly Property Parameters As ParameterCollection |
Visual C++ |
---|
public: property ParameterCollection^ Parameters { ParameterCollection^ get (); } |