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