Class
ExternalStyleSheet

Represents an external style sheet used to style a report.

Definition

Namespace:Telerik.Reporting.Drawing

Assembly:Telerik.Reporting.dll

Syntax:

cs-api-definition
[TypeConverter(typeof(ExternalStyleSheetConverter))]
public class ExternalStyleSheet

Inheritance: objectExternalStyleSheet

Constructors

ExternalStyleSheet()

Initializes a new instance of the ExternalStyleSheet class.

Declaration

cs-api-definition
public ExternalStyleSheet()

ExternalStyleSheet(Stream)

Creates a new ExternalStyleSheet by loading it from the specified stream.

Declaration

cs-api-definition
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

cs-api-definition
public ExternalStyleSheet(Uri uri)

Parameters

uri

Uri

The Uri to load from.

ExternalStyleSheet(string)

Creates a new ExternalStyleSheet with the given resource identifier.

Declaration

cs-api-definition
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.