Class Action
Represents an interactive action.
Inheritance
Inherited Members
Namespace: Telerik.Reporting.Service
Assembly: Telerik.Reporting.Service.dll
Syntax
public class Action
Constructors
Action()
Declaration
public Action()
Properties
Parameters
The report parameters values that are passed to the target report when the action is triggered.
Declaration
public NameValueDictionary Parameters { get; set; }
Property Value
NameValueDictionary
|
ReportDocumentType
The assembly qualified name of the target report type.
Declaration
public string ReportDocumentType { get; set; }
Property Value
System.String
|
ReportItemName
The ReportItem that triggered the action
Declaration
public string ReportItemName { get; set; }
Property Value
System.String
|
ServerActionIdentifier
The unique identifier of the action
Declaration
public string ServerActionIdentifier { get; set; }
Property Value
System.String
|
Target
The Target of the action.
Declaration
public string Target { get; set; }
Property Value
System.String
|
TargetBookmarkId
The target bookmark of the action.
Declaration
public string TargetBookmarkId { get; set; }
Property Value
System.String
|
Type
Url
The URL of the action.
Declaration
public string Url { get; set; }
Property Value
System.String
|