AlertManagementClient.CreateSession(String, String, Int32, String) Method

Definition

Creates a new alerting designer user session and populates related data feed definitions, schema, and preview data.

public:
 virtual Guid CreateSession(System::String ^ reportUrl, System::String ^ parameters, int previewRowsCount, System::String ^ rsExecutionId);
public Guid CreateSession (string reportUrl, string parameters, int previewRowsCount, string rsExecutionId);
abstract member CreateSession : string * string * int * string -> Guid
override this.CreateSession : string * string * int * string -> Guid
Public Function CreateSession (reportUrl As String, parameters As String, previewRowsCount As Integer, rsExecutionId As String) As Guid

Parameters

reportUrl
String

The URL to the report.

parameters
String

The URL-encoded parameters to the report.

previewRowsCount
Int32

The maximum number of rows in the preview data.

rsExecutionId
String

The Reporting Services session execution ID.

Returns

The newly created session identifier.

Implements

Applies to