ClassCreateDocumentEventArgs
Class
Provides data for the GetDocument API call modification.
Definition
Namespace:Telerik.Reporting.Services
Assembly:Telerik.Reporting.dll
Syntax:
cs-api-definition
public sealed class CreateDocumentEventArgs : EventArgs
Inheritance: objectEventArgsCreateDocumentEventArgs
Constructors
CreateDocumentEventArgs(string, Dictionary<string, object>)
Internal use only
Declaration
cs-api-definition
public CreateDocumentEventArgs(string extension, Dictionary<string, object> deviceInfo)
Parameters
extension
string
deviceInfo
Dictionary<string, object>
Properties
DeviceInfo
The device info
Declaration
cs-api-definition
public Dictionary<string, object> DeviceInfo { get; set; }
Property Value
Dictionary<string, object>
Extension
The document extension
Declaration
cs-api-definition
public string Extension { get; }
Property Value
string