ReportExecutionService.LoadDrillthroughTarget2 Método
Creates a report execution from a drillthrough action.
Espacio de nombres: ReportExecution2005
Ensamblado: ReportExecution2005 (en ReportExecution2005.dll)
Sintaxis
'Declaración
Public Function LoadDrillthroughTarget2 ( _
DrillthroughID As String _
) As ExecutionInfo2
'Uso
Dim instance As ReportExecutionService
Dim DrillthroughID As String
Dim returnValue As ExecutionInfo2
returnValue = instance.LoadDrillthroughTarget2(DrillthroughID)
public ExecutionInfo2 LoadDrillthroughTarget2(
string DrillthroughID
)
public:
ExecutionInfo2^ LoadDrillthroughTarget2(
String^ DrillthroughID
)
member LoadDrillthroughTarget2 :
DrillthroughID:string -> ExecutionInfo2
public function LoadDrillthroughTarget2(
DrillthroughID : String
) : ExecutionInfo2
Parámetros
- DrillthroughID
Tipo: System.String
The ID of the drillthrough item.
Valor devuelto
Tipo: ReportExecution2005.ExecutionInfo2
An ExecutionInfo2 object containing information for the loaded report.
Comentarios
The table below shows header and permissions information on this operation.
SOAP Header Usage |
(InOut) ExecutionHeaderValue (Out) ServerInfoHeaderValue |
Native Mode Required Permissions |
Depends on the item type of the drillthrough target:
|
SharePoint Mode Required Permissions |
Depends on the item type of the drillthrough target:
|
LoadDrillthroughTarget2 is used by clients to create a new report execution based on a drillthrough action. Drillthrough IDs are rendered into the original report stream by interactive rendering extensions. This method uses the specified DrillthroughID to load the target report.