Returns search results in the document set by identificator.
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# |
---|
SearchResult Find( string id, FindOptions findOptions, out ExceptionDetailBase ReportError ) |
Visual Basic (Declaration) |
---|
Function Find ( _ id As String, _ findOptions As FindOptions, _ <OutAttribute> ByRef ReportError As ExceptionDetailBase _ ) As SearchResult |
Visual C++ |
---|
SearchResult^ Find( String^ id, FindOptions findOptions, [OutAttribute] ExceptionDetailBase^% ReportError ) |
Parameters
- id
- Type: System..::.String
Report identifier.
- findOptions
- Type: PerpetuumSoft.ReportingServices.Viewer.Server..::.FindOptions
Search options (see FindOptions).
- ReportError
- Type:
PerpetuumSoft.ReportingServices.Viewer.Server..::.ExceptionDetailBase
%
ExceptionDetailBase class.
Return Value
Search result (see SearchResult).Remarks
If error occurs then ReportError is not null.