Gets and sets StyleSheet for the document.
    Namespace: 
   PerpetuumSoft.Reporting.DOMAssembly: PerpetuumSoft.Reporting (in PerpetuumSoft.Reporting.dll) Version: 3.9.0.1
Syntax
| C# | 
|---|
public StyleSheet StyleSheet { get; set; }  | 
| Visual Basic (Declaration) | 
|---|
Public Property StyleSheet As StyleSheet  | 
| Visual C++ | 
|---|
public: property StyleSheet^ StyleSheet { StyleSheet^ get (); void set (StyleSheet^ value); }  |