Class ExternalStyleSheet
Represents an external style sheet used to style a report.
Inheritance
Namespace: Telerik.Reporting.Drawing
Assembly: Telerik.Reporting.dll
Syntax
public class ExternalStyleSheet
Constructors
ExternalStyleSheet()
ExternalStyleSheet(Stream)
Creates a new ExternalStyleSheet by loading it from the specified stream.
Declaration
public ExternalStyleSheet(Stream stream)
Parameters
System.IO.Stream
stream
The stream to load from. |
ExternalStyleSheet(String)
Creates a new ExternalStyleSheet with the given resource identifier.
Declaration
public ExternalStyleSheet(string name)
Parameters
System.String
name
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. |
ExternalStyleSheet(Uri)
Creates a new ExternalStyleSheet by loading it from the specified Uri.
Declaration
public ExternalStyleSheet(Uri uri)
Parameters
System.Uri
uri
The Uri to load from. |