Show / Hide Table of Contents

Class CfnDashboard.TablePaginatedReportOptionsProperty

The paginated report options for a table visual.

Inheritance
object
CfnDashboard.TablePaginatedReportOptionsProperty
Implements
CfnDashboard.ITablePaginatedReportOptionsProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnDashboard.TablePaginatedReportOptionsProperty : CfnDashboard.ITablePaginatedReportOptionsProperty
Syntax (vb)
Public Class CfnDashboard.TablePaginatedReportOptionsProperty Implements CfnDashboard.ITablePaginatedReportOptionsProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-tablepaginatedreportoptions.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.AWS.QuickSight;

             var tablePaginatedReportOptionsProperty = new TablePaginatedReportOptionsProperty {
                 OverflowColumnHeaderVisibility = "overflowColumnHeaderVisibility",
                 VerticalOverflowVisibility = "verticalOverflowVisibility"
             };

Synopsis

Constructors

TablePaginatedReportOptionsProperty()

The paginated report options for a table visual.

Properties

OverflowColumnHeaderVisibility

The visibility of repeating header rows on each page.

VerticalOverflowVisibility

The visibility of printing table overflow across pages.

Constructors

TablePaginatedReportOptionsProperty()

The paginated report options for a table visual.

public TablePaginatedReportOptionsProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-tablepaginatedreportoptions.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.AWS.QuickSight;

             var tablePaginatedReportOptionsProperty = new TablePaginatedReportOptionsProperty {
                 OverflowColumnHeaderVisibility = "overflowColumnHeaderVisibility",
                 VerticalOverflowVisibility = "verticalOverflowVisibility"
             };

Properties

OverflowColumnHeaderVisibility

The visibility of 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-tablepaginatedreportoptions.html#cfn-quicksight-dashboard-tablepaginatedreportoptions-overflowcolumnheadervisibility

VerticalOverflowVisibility

The visibility of 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-tablepaginatedreportoptions.html#cfn-quicksight-dashboard-tablepaginatedreportoptions-verticaloverflowvisibility

Implements

CfnDashboard.ITablePaginatedReportOptionsProperty
Back to top Generated by DocFX