Show / Hide Table of Contents

Class CfnDashboardPropsMixin.PivotTablePaginatedReportOptionsProperty

The paginated report options for a pivot table visual.

Inheritance
object
CfnDashboardPropsMixin.PivotTablePaginatedReportOptionsProperty
Implements
CfnDashboardPropsMixin.IPivotTablePaginatedReportOptionsProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.Mixins.Preview.AWS.QuickSight.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnDashboardPropsMixin.PivotTablePaginatedReportOptionsProperty : CfnDashboardPropsMixin.IPivotTablePaginatedReportOptionsProperty
Syntax (vb)
Public Class CfnDashboardPropsMixin.PivotTablePaginatedReportOptionsProperty Implements CfnDashboardPropsMixin.IPivotTablePaginatedReportOptionsProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-pivottablepaginatedreportoptions.html

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.Mixins.Preview.AWS.QuickSight.Mixins;

             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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-pivottablepaginatedreportoptions.html

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.Mixins.Preview.AWS.QuickSight.Mixins;

             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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-pivottablepaginatedreportoptions.html#cfn-quicksight-dashboard-pivottablepaginatedreportoptions-overflowcolumnheadervisibility

VerticalOverflowVisibility

The visibility of the printing table overflow across pages.

public string? VerticalOverflowVisibility { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-pivottablepaginatedreportoptions.html#cfn-quicksight-dashboard-pivottablepaginatedreportoptions-verticaloverflowvisibility

Implements

CfnDashboardPropsMixin.IPivotTablePaginatedReportOptionsProperty
Back to top Generated by DocFX