Expand Minimize
This topic has not yet been rated - Rate this topic

SetReportDefinition Method

SQL Server 2000

ReportingService.SetReportDefinition Method

Sets the report definition for a specified report.

Public Function SetReportDefinition( _
   ByVal Report As String _
   ByVal Definition() As Byte _
) As [Namespace].Warning()
   Member of [Namespace].ReportingService
public [Namespace].Warning[] SetReportDefinition(
   string Report,
   Byte[] Definition
);
   Member of [Namespace].ReportingService
Parameters
Report
The full path name of the report.
Definition
The report definition to register.
Return Value

An array of Warning[] objects that describes warnings that occurred while the report definition was being validated.

Permissions

Operation Description
Update Report Definition Required for updating a report definition.

Remarks

Changing the report definition for a report modifies the ModifiedBy, ModifiedDate, and Size properties of the report. The Description property is not affected. Execution settings and snapshots remain valid for the report.

See Also

ReportingService Class

Reporting Services Web Service Library

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.