Creates a report execution from a drill through action.

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#
ReportExecutionInfo LoadDrillthroughTarget(
	string id,
	string DrillthroughID,
	out ExceptionDetailBase ReportError
)
Visual Basic (Declaration)
Function LoadDrillthroughTarget ( _
	id As String, _
	DrillthroughID As String, _
	<OutAttribute> ByRef ReportError As ExceptionDetailBase _
) As ReportExecutionInfo
Visual C++
ReportExecutionInfo^ LoadDrillthroughTarget(
	String^ id, 
	String^ DrillthroughID, 
	[OutAttribute] ExceptionDetailBase^% ReportError
)

Parameters

id
Type: System..::.String
Report identifier
DrillthroughID
Type: System..::.String
The drillthrough identifier.
ReportError
Type: PerpetuumSoft.ReportingServices.Viewer.Server..::.ExceptionDetailBase %
ExceptionDetailBase class.

Return Value

ReportExecutionInfo class.

Remarks

If error occurs then ReportError is not null.

See Also