Class DocumentsArgs
Inheritance
Namespace: Telerik.Reporting.Services.ServiceStack
Assembly: Telerik.Reporting.Services.ServiceStack.dll
Syntax
public class DocumentsArgs
Constructors
DocumentsArgs()
Declaration
public DocumentsArgs()
Properties
ActionID
Determines the server interactivity action that should be triggered over an existing document in order to generate the new document.
Declaration
public string ActionID { get; set; }
Property Value
System.String
|
Remarks
Applicable only when BaseDocumentID is provided.
BaseDocumentID
Determines a base document from the cache that should service as interactivity blueprint.
Declaration
public string BaseDocumentID { get; set; }
Property Value
System.String
|
Remarks
Applicable only when UseCache=true.
ClientId
Gets and sets the client session ID which contains the document
Declaration
public string ClientId { get; set; }
Property Value
System.String
|
DeviceInfo
Device setting for the specified format.
Declaration
public Dictionary<string, object> DeviceInfo { get; set; }
Property Value
System.Collections.Generic.Dictionary<System.String, System.Object>
|
Remarks
More info on the device setting may be found in the help chapter. Device Information Settings
DocumentId
Gets or sets a string representation of a report document reference.
Declaration
public string DocumentId { get; set; }
Property Value
System.String
|
Remarks
The string representation should be of a TypeReportSource or of an UriReportSource. The rest of the report sources types are not supported.
Format
The rendering format of the created document.
Declaration
public string Format { get; set; }
Property Value
System.String
|
Remarks
See the full list of built-in formats in the help article. Rendering Extensions
InstanceId
The report instance used for the document.
Declaration
public string InstanceId { get; set; }
Property Value
System.String
|
UseCache
Determines if the returned document should be returned from cached resources if available.
Declaration
public bool UseCache { get; set; }
Property Value
System.Boolean
|