Creates the PerpetuumSoft.Reporting.WebViewer.Client.ReportViewer class instance.
Namespace: PerpetuumSoft.Reporting.WebViewer.ClientAssembly: PerpetuumSoft.Reporting.WebViewer.Client (in PerpetuumSoft.Reporting.WebViewer.Client.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
public ReportViewer(
string selector
) |
Visual Basic |
---|
Public Sub New ( _
selector As String _
) |
Visual C++ |
---|
public:
ReportViewer(
String^ selector
) |
Parameters
- selector
- Type: System..::..String
A selector used to get an element which will be used for a report display.
See Also