Class CfnDashboardPropsMixin.PivotTablePaginatedReportOptionsProperty
The paginated report options for a pivot table visual.
Inherited Members
Namespace: Amazon.CDK.Mixins.Preview.AWS.QuickSight.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnDashboardPropsMixin.PivotTablePaginatedReportOptionsProperty : CfnDashboardPropsMixin.IPivotTablePaginatedReportOptionsProperty
Syntax (vb)
Public Class CfnDashboardPropsMixin.PivotTablePaginatedReportOptionsProperty Implements CfnDashboardPropsMixin.IPivotTablePaginatedReportOptionsProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Mixins.Preview.AWS.QuickSight.Mixins;
var pivotTablePaginatedReportOptionsProperty = new PivotTablePaginatedReportOptionsProperty {
OverflowColumnHeaderVisibility = "overflowColumnHeaderVisibility",
VerticalOverflowVisibility = "verticalOverflowVisibility"
};
Synopsis
Constructors
| PivotTablePaginatedReportOptionsProperty() | The paginated report options for a pivot table visual. |
Properties
| OverflowColumnHeaderVisibility | The visibility of the repeating header rows on each page. |
| VerticalOverflowVisibility | The visibility of the printing table overflow across pages. |
Constructors
PivotTablePaginatedReportOptionsProperty()
The paginated report options for a pivot table visual.
public PivotTablePaginatedReportOptionsProperty()
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Mixins.Preview.AWS.QuickSight.Mixins;
var pivotTablePaginatedReportOptionsProperty = new PivotTablePaginatedReportOptionsProperty {
OverflowColumnHeaderVisibility = "overflowColumnHeaderVisibility",
VerticalOverflowVisibility = "verticalOverflowVisibility"
};
Properties
OverflowColumnHeaderVisibility
The visibility of the repeating header rows on each page.
public string? OverflowColumnHeaderVisibility { get; set; }
Property Value
Remarks
VerticalOverflowVisibility
The visibility of the printing table overflow across pages.
public string? VerticalOverflowVisibility { get; set; }