Share via


SrsReportRunAdapter::newServerReport Method [AX 2012]

Creates a Microsoft SQL Server Reporting Services server report adapter.

Syntax

client public static SrsReportRunAdapter newServerReport(
    str _serverUrl, 
    str _reportPath, 
   [CLRObject _parameterNameValueCollection])

Run On

Client

Parameters

  • _serverUrl
    Type: str
    The URL of the report server.
  • _reportPath
    Type: str
    The full path of the report being rendered.
  • _parameterNameValueCollection
    Type: CLRObject Class
    A collection of report parameter name and value pairs.

Return Value

Type: SrsReportRunAdapter Class
A Reporting Services server report adapter.

See Also

Reference

SrsReportRunAdapter Class