interface PivotTablePaginatedReportOptionsProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.QuickSight.CfnDashboard.PivotTablePaginatedReportOptionsProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnDashboard_PivotTablePaginatedReportOptionsProperty |
Java | software.amazon.awscdk.services.quicksight.CfnDashboard.PivotTablePaginatedReportOptionsProperty |
Python | aws_cdk.aws_quicksight.CfnDashboard.PivotTablePaginatedReportOptionsProperty |
TypeScript | aws-cdk-lib » aws_quicksight » CfnDashboard » PivotTablePaginatedReportOptionsProperty |
The paginated report options for a pivot table visual.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_quicksight as quicksight } from 'aws-cdk-lib';
const pivotTablePaginatedReportOptionsProperty: quicksight.CfnDashboard.PivotTablePaginatedReportOptionsProperty = {
overflowColumnHeaderVisibility: 'overflowColumnHeaderVisibility',
verticalOverflowVisibility: 'verticalOverflowVisibility',
};
Properties
Name | Type | Description |
---|---|---|
overflow | string | The visibility of the repeating header rows on each page. |
vertical | string | The visibility of the printing table overflow across pages. |
overflowColumnHeaderVisibility?
Type:
string
(optional)
The visibility of the repeating header rows on each page.
verticalOverflowVisibility?
Type:
string
(optional)
The visibility of the printing table overflow across pages.