ActiveReports Developer 7
XslStylesheet Property
See Also 
GrapeCity.ActiveReports.Export.Xml.v7 Assembly > GrapeCity.ActiveReports.Export.Xml.Page Namespace > Settings Class : XslStylesheet Property

Glossary Item Box

Gets or sets the path of the Xsl Stylesheet used during the rendering process.

Syntax

Visual Basic (Declaration) 
Public Property XslStylesheet As System.String
C# 
public System.string XslStylesheet {get; set;}

See Also