Gets or sets pivot table layout settings.
Namespace:
PerpetuumSoft.Reporting.DOM.OlapAssembly: 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); } |