Class BuiltInResourceArgs
Inheritance
System.Object
BuiltInResourceArgs
Namespace: Telerik.Reporting.Services.ServiceStack
Assembly: Telerik.Reporting.Services.ServiceStack.dll
Syntax
public class BuiltInResourceArgs
Constructors
BuiltInResourceArgs()
Declaration
public BuiltInResourceArgs()
Properties
ClientId
Declaration
public string ClientId { get; set; }
Property Value
System.String
|
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.
Folder
Declaration
public string Folder { get; set; }
Property Value
System.String
|
InstanceId
Declaration
public string InstanceId { get; set; }
Property Value
System.String
|
ResourceName
Declaration
public string ResourceName { get; set; }
Property Value
System.String
|