ReportExecutionService.LoadDrillthroughTarget 메서드
Creates a report execution from a drillthrough action.
네임스페이스: ReportExecution2005
어셈블리: ReportExecution2005(ReportExecution2005.dll)
구문
‘선언
Public Function LoadDrillthroughTarget ( _
DrillthroughID As String _
) As ExecutionInfo
‘사용 방법
Dim instance As ReportExecutionService
Dim DrillthroughID As String
Dim returnValue As ExecutionInfo
returnValue = instance.LoadDrillthroughTarget(DrillthroughID)
public ExecutionInfo LoadDrillthroughTarget(
string DrillthroughID
)
public:
ExecutionInfo^ LoadDrillthroughTarget(
String^ DrillthroughID
)
member LoadDrillthroughTarget :
DrillthroughID:string -> ExecutionInfo
public function LoadDrillthroughTarget(
DrillthroughID : String
) : ExecutionInfo
매개 변수
- DrillthroughID
유형: System.String
The ID of the drillthrough item.
반환 값
유형: ReportExecution2005.ExecutionInfo
An ExecutionInfo object containing information for the loaded report.
주의
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:
Model without an associated published report (generating a report): [F:Microsoft.ReportingServices.Interfaces.ModelOperation.ReadPropertiesonthemodelandF:Microsoft.ReportingServices.Interfaces.CatalogOperation.ExecuteReportDefinition(System)] |
SharePoint Mode Required Permissions |
Depends on the item type of the drillthrough target:
|
LoadDrillthroughTarget 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.