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