Class SendDocumentArgs
Inheritance
Namespace: Telerik.Reporting.Services.ServiceStack
Assembly: Telerik.Reporting.Services.ServiceStack.dll
Syntax
public class SendDocumentArgs
Constructors
SendDocumentArgs()
Declaration
public SendDocumentArgs()
Properties
Body
The mail message Body part
Declaration
public string Body { get; set; }
Property Value
System.String
|
Cc
The mail message Cc part
Declaration
public string Cc { get; set; }
Property Value
System.String
|
ClientId
The client session ID which contains the document
Declaration
public string ClientId { get; set; }
Property Value
System.String
|
DocumentId
Gets or sets a string representation of a report document
Declaration
public string DocumentId { get; set; }
Property Value
System.String
|
From
The mail message From part
Declaration
public string From { get; set; }
Property Value
System.String
|
InstanceId
The report instance used for the document
Declaration
public string InstanceId { get; set; }
Property Value
System.String
|
Subject
The mail message Subject part
Declaration
public string Subject { get; set; }
Property Value
System.String
|
To
The mail message To part
Declaration
public string To { get; set; }
Property Value
System.String
|