ReportExecutionService.LoadReport Method
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Loads a report from the Report Server catalog into a new execution.
'Declaration
Public Function LoadReport ( _
Report As String, _
HistoryID As String _
) As ExecutionInfo
public ExecutionInfo LoadReport (
string Report,
string HistoryID
)
public:
ExecutionInfo^ LoadReport (
String^ Report,
String^ HistoryID
)
public ExecutionInfo LoadReport (
String Report,
String HistoryID
)
public function LoadReport (
Report : String,
HistoryID : String
) : ExecutionInfo
- Report
The full name of the report.
- HistoryID
The history ID of the snapshot.
An ExecutionInfo object containing information for the loaded report.
This method should be called prior to calling the Render method for a report.
Depending on the execution properties of the report, the returned ExecutionInfo may either be a snapshot ready to be rendered or a report that needs to be processed. If a HistoryID is specified, the report has already been processed and it will be able to be rendered immediately.
The returned ExecutionInfo object will contain a new ExecutionID.
For a code example, please see the Render method.
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.
ReportExecutionService Class
ReportExecutionService Members
Microsoft.WSSUX.ReportingServicesWebService.RSExecutionService2005 Namespace