Represents a report parameter.

Namespace:  PerpetuumSoft.ReportingServices.Viewer.Server
Assembly:  PerpetuumSoft.ReportingServices.Viewer.Server (in PerpetuumSoft.ReportingServices.Viewer.Server.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public class ReportParameter
Visual Basic (Declaration)
Public Class ReportParameter
Visual C++
public ref class ReportParameter

Remarks

A ReportParameter object is passed as input to the SetParameters method.

Inheritance Hierarchy

System..::.Object
  PerpetuumSoft.ReportingServices.Viewer.Server..::.ReportParameter

See Also