Gets or sets ReportSlot styles.
Namespace:
PerpetuumSoft.Reporting.ComponentsAssembly: 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); } |