Class CfnDashboard.TablePaginatedReportOptionsProperty
The paginated report options for a table visual.
Inheritance
Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class TablePaginatedReportOptionsProperty : Object, CfnDashboard.ITablePaginatedReportOptionsProperty
Syntax (vb)
Public Class TablePaginatedReportOptionsProperty
Inherits Object
Implements CfnDashboard.ITablePaginatedReportOptionsProperty
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.AWS.QuickSight;
var tablePaginatedReportOptionsProperty = new TablePaginatedReportOptionsProperty {
OverflowColumnHeaderVisibility = "overflowColumnHeaderVisibility",
VerticalOverflowVisibility = "verticalOverflowVisibility"
};
Synopsis
Constructors
Table |
Properties
Overflow |
The visibility of repeating header rows on each page. |
Vertical |
The visibility of printing table overflow across pages. |
Constructors
TablePaginatedReportOptionsProperty()
public TablePaginatedReportOptionsProperty()
Properties
OverflowColumnHeaderVisibility
The visibility of repeating header rows on each page.
public string OverflowColumnHeaderVisibility { get; set; }
Property Value
System.
Remarks
VerticalOverflowVisibility
The visibility of printing table overflow across pages.
public string VerticalOverflowVisibility { get; set; }
Property Value
System.