GetReportHistoryOptions Method
SQL Server 2000
ReportingService.GetReportHistoryOptions Method
Returns the report history snapshot option and properties that are generated for a report.
Public Function GetReportHistoryOptions( _ ByVal Report As String, _ ByRef Enabled As Boolean, _ ByRef Option As String _ ) As Boolean Member of [Namespace].ReportingService
public bool GetReportHistoryOptions( string Report, out string Enabled, out string Option ); Member of [Namespace].ReportingService
Parameters
- Report
- The full path name of the report.
- KeepExecutionSnapshots
- [out] A Boolean expression indicating whether report history is collected for the report. The default value is false.
- Item
- [out] A ScheduleDefinitionOrReference object that represents a schedule definition (ScheduleDefinition object), a reference to a shared schedule (ScheduleReference object), or no schedule (NoSchedule object).
Return Value
A Boolean expression indicating whether report history is collected for the report. The default value is false.
Permissions
| Operation | Description |
|---|---|
| Read Policy | Required to read the report history snapshot properties for a report. |