interface TablePaginatedReportOptionsProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.QuickSight.CfnDashboard.TablePaginatedReportOptionsProperty |
Java | software.amazon.awscdk.services.quicksight.CfnDashboard.TablePaginatedReportOptionsProperty |
Python | aws_cdk.aws_quicksight.CfnDashboard.TablePaginatedReportOptionsProperty |
TypeScript | @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.