2.2.4.166 SqlReportViewData

Namespace: http://www.microsoft.com/performancepoint/scorecards

The SqlReportViewData complex type contains all the state information for a SQL Reporting Services report.

 <xs:complexType name="SqlReportViewData" xmlns:xs="http://www.w3.org/2001/XMLSchema">
   <xs:attribute name="ReportName" type="xs:string"/>
   <xs:attribute name="ServerAddress" type="xs:string"/>
   <xs:attribute name="ServerUrl" type="xs:string"/>
   <xs:attribute name="ReportPath" type="xs:string"/>
   <xs:attribute name="ReportUrl" type="xs:string"/>
   <xs:attribute name="ReportMode" type="tns:SqlReportViewDataServerMode" use="required"/>
   <xs:attribute name="ShowToolbar" type="xs:boolean" use="required"/>
   <xs:attribute name="ShowParameters" type="xs:boolean" use="required"/>
   <xs:attribute name="ShowDocMap" type="xs:boolean" use="required"/>
   <xs:attribute name="DocMapId" type="xs:string"/>
   <xs:attribute name="Zoom" type="xs:string"/>
   <xs:attribute name="Section" type="xs:string"/>
   <xs:attribute name="Format" type="xs:string"/>
 </xs:complexType>

ReportName: The SQL Reporting Services report name.

ServerAddress: The SQL Reporting Services URL. The URL is the path to the Report Server of the SQL Server Reporting Service.

ServerUrl: The SQL Report URL, when in "SharePoint Integrated" mode. The URL is the path to the Report Server of the SQL Server Reporting Service.

ReportPath: The server-relative SQL Report URL, when in "Report Center" mode. The report path is the actual path in the SQL Server Reporting Service reports list to the report desired.

ReportUrl: In "SharePoint Integrated" mode, it defines the path of the SQL Report RDL including the RDL extension.

ReportMode: Indicates whether the report is in "SharePoint Integrated" or "Report Center" mode.

ShowToolbar: When TRUE, the SQL Report toolbar is shown.

ShowParameters: When TRUE, the SQL Report parameter toolbar is shown.

ShowDocMap: When TRUE, the SQL Report document map toolbar is shown.

DocMapId: The SQL Report document map identifier.

Zoom: The SQL Report zoom property.

Section: The SQL Report section property.

Format: The SQL Report format property.