ReportAction Data Type (ASSL)

Defines a derived data type that represents an action that generates a Reporting Service report.

Syntax

  
<ReportAction>  
   <!-- The following elements extend Action -->  
   <ReportServer>...</ReportServer>  
   <Path>...</Path>  
   <ReportParameters>...</ReportParameters>  
   <ReportFormatParameters>...</ReportFormatParameters>  
</ReportAction>  

Data Type Characteristics

Characteristic Description
Base data types Action
Derived data types None

Data Type Relationships

Relationship Element
Parent elements None
Child elements Path, ReportFormatParameters, ReportParameters, ReportServer
Derived elements Action (Actions collection of Cube or Perspective)

Remarks

The report server responds to URL-based requests for reports. The report action is defined with a type Report. The resources and parameters are sent to the server when the action is created. The server exposes the action as an action of type rowset.

The corresponding element in the Analysis Management Objects (AMO) object model is ReportAction.

See Also

Analysis Services Scripting Language XML Data Types (ASSL)