Gets or sets pivot table settings.
Namespace:
PerpetuumSoft.Reporting.Wizards.PivotTableWizardAssembly: PerpetuumSoft.Reporting (in PerpetuumSoft.Reporting.dll) Version: 3.9.0.1
Syntax
C# |
---|
public DataCubeLayout Layout { get; set; } |
Visual Basic (Declaration) |
---|
Public Property Layout As DataCubeLayout |
Visual C++ |
---|
public: property DataCubeLayout^ Layout { DataCubeLayout^ get (); void set (DataCubeLayout^ value); } |