Class CfnAnalysisPropsMixin.PivotTablePaginatedReportOptionsProperty
The paginated report options for a pivot table visual.
Inherited Members
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.QuickSight
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnAnalysisPropsMixin.PivotTablePaginatedReportOptionsProperty : CfnAnalysisPropsMixin.IPivotTablePaginatedReportOptionsProperty
Syntax (vb)
Public Class CfnAnalysisPropsMixin.PivotTablePaginatedReportOptionsProperty Implements CfnAnalysisPropsMixin.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.CfnPropertyMixins.AWS.QuickSight;
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.CfnPropertyMixins.AWS.QuickSight;
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; }