Contains the current parameter information for the execution.
Namespace:
PerpetuumSoft.ReportingServices.Viewer.ServerAssembly: PerpetuumSoft.ReportingServices.Viewer.Server (in PerpetuumSoft.ReportingServices.Viewer.Server.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
public ReportParameter[] Parameters { get; set; } |
Visual Basic (Declaration) |
---|
Public Property Parameters As ReportParameter() |
Visual C++ |
---|
public: property array<ReportParameter^>^ Parameters { array<ReportParameter^>^ get (); void set (array<ReportParameter^>^ value); } |
Remarks
For processed reports or parameters that have been specified, this will contain the parameter values and other information necessary for iterating through the parameter hierarchy.