ReportAction Data Type (ASSL)
Defines a derived data type that represents an action that generates a Microsoft SQL Server 2005 Reporting Services (SSRS) report.
Sintassi
<ReportAction>
<!-- The following elements extend Action -->
<ReportServer>...</ReportServer>
<Path>...</Path>
<ReportParameters>...</ReportParameters>
<ReportFormatParameters>...</ReportFormatParameters>
</ReportAction>
Data Type Characteristics
Characteristic | Description |
---|---|
Base data types |
|
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) |
Osservazioni
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.
Vedere anche
Riferimento
Analysis Services Scripting Language XML Data Types (ASSL)