다음을 통해 공유


ReportingService2006.UpdateReportExecutionSnapshot 메서드

Generates a report execution snapshot for a specified report.

네임스페이스:  ReportService2006
어셈블리:  ReportService2006(ReportService2006.dll)

구문

‘선언
Public Sub UpdateReportExecutionSnapshot ( _
    Report As String _
)
‘사용 방법
Dim instance As ReportingService2006 
Dim Report As String

instance.UpdateReportExecutionSnapshot(Report)
public void UpdateReportExecutionSnapshot(
    string Report
)
public:
void UpdateReportExecutionSnapshot(
    String^ Report
)
member UpdateReportExecutionSnapshot : 
        Report:string -> unit
public function UpdateReportExecutionSnapshot(
    Report : String
)

매개 변수

  • Report
    유형: System.String
    The fully qualified URL for the report including the file name and .rdl file name extension.

주의

The table below shows header and permissions information on this operation.

SOAP Headers

(In) TrustedUserHeaderValue

(Out) ServerInfoHeaderValue

Required Permissions

ViewListItems

참고 항목

참조

ReportingService2006 클래스

ReportService2006 네임스페이스