Gets or sets styles for each part of a resulting table.
Namespace:
PerpetuumSoft.Reporting.DOM.OlapAssembly: PerpetuumSoft.Reporting (in PerpetuumSoft.Reporting.dll) Version: 3.9.0.1
Syntax
C# |
---|
public PivotTableStyles Styles { get; set; } |
Visual Basic (Declaration) |
---|
Public Property Styles As PivotTableStyles |
Visual C++ |
---|
public: property PivotTableStyles^ Styles { PivotTableStyles^ get (); void set (PivotTableStyles^ value); } |