New to Telerik ReportingStart a free 30-day trial

Represents an external style sheet used to style a report.

Definition

Namespace:Telerik.Reporting.Drawing

Assembly:Telerik.Reporting.dll

Syntax:

C#
[TypeConverter(typeof(ExternalStyleSheetConverter))]
public class ExternalStyleSheet

Inheritance: objectExternalStyleSheet

Constructors

Initializes a new instance of the ExternalStyleSheet class.

C#
public ExternalStyleSheet()

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

C#
public ExternalStyleSheet(Stream stream)
Parameters:streamStream

The stream to load from.

Creates a new ExternalStyleSheet with the given resource identifier.

C#
public ExternalStyleSheet(string name)
Parameters:namestring

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.

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

C#
public ExternalStyleSheet(Uri uri)
Parameters:uriUri

The Uri to load from.