ClassExternalStyleSheet
Represents an external style sheet used to style a report.
Definition
Namespace:Telerik.Reporting.Drawing
Assembly:Telerik.Reporting.dll
Syntax:
[TypeConverter(typeof(ExternalStyleSheetConverter))]
public class ExternalStyleSheet
Inheritance: objectExternalStyleSheet
Constructors
ExternalStyleSheet()
Initializes a new instance of the ExternalStyleSheet class.
Declaration
public ExternalStyleSheet()
ExternalStyleSheet(Stream)
Creates a new ExternalStyleSheet by loading it from the specified stream.
Declaration
public ExternalStyleSheet(Stream stream)
Parameters
stream
Stream
The stream to load from.
ExternalStyleSheet(Uri)
Creates a new ExternalStyleSheet by loading it from the specified Uri.
Declaration
public ExternalStyleSheet(Uri uri)
Parameters
uri
Uri
The Uri to load from.
ExternalStyleSheet(string)
Creates a new ExternalStyleSheet with the given resource identifier.
Declaration
public ExternalStyleSheet(string name)
Parameters
name
string
The identifier for the resource containing the external style sheet. This parameter can be an absolute or relative filepath, an absolute or relative URL, or the name of an embedded resource.