interface TablePaginatedReportOptionsProperty
This page is available in another version. Click here for the v2 documentation.
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.QuickSight.CfnDashboard.TablePaginatedReportOptionsProperty |
![]() | software.amazon.awscdk.services.quicksight.CfnDashboard.TablePaginatedReportOptionsProperty |
![]() | aws_cdk.aws_quicksight.CfnDashboard.TablePaginatedReportOptionsProperty |
![]() | @aws-cdk/aws-quicksight » CfnDashboard » TablePaginatedReportOptionsProperty |
The paginated report options for a table visual.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as quicksight from '@aws-cdk/aws-quicksight';
const tablePaginatedReportOptionsProperty: quicksight.CfnDashboard.TablePaginatedReportOptionsProperty = {
overflowColumnHeaderVisibility: 'overflowColumnHeaderVisibility',
verticalOverflowVisibility: 'verticalOverflowVisibility',
};
Properties
Name | Type | Description |
---|---|---|
overflow | string | The visibility of repeating header rows on each page. |
vertical | string | The visibility of printing table overflow across pages. |
overflowColumnHeaderVisibility?
Type:
string
(optional)
The visibility of repeating header rows on each page.
verticalOverflowVisibility?
Type:
string
(optional)
The visibility of printing table overflow across pages.