Class ResourcesEngine
Internal use only.
Inheritance
System.Object
ResourcesEngine
Namespace: Telerik.Reporting.Services.Engine
Assembly: Telerik.Reporting.dll
Syntax
public class ResourcesEngine
Fields
Instance
Methods
CacheMaxAge(String)
Internal use only
Declaration
public static string CacheMaxAge(string name)
Parameters
System.String
name
|
Returns
System.String
|
GetResource(String, String, out String, Type)
Internal use only
Declaration
public Stream GetResource(string folder, string name, out string mimeType, Type type = null)
Parameters
System.String
folder
|
System.String
name
|
System.String
mimeType
|
System.Type
type
|
Returns
System.IO.Stream
|