Show / Hide Table of Contents

Class CfnAnalysisPropsMixin.TablePaginatedReportOptionsProperty

The paginated report options for a table visual.

Inheritance
object
CfnAnalysisPropsMixin.TablePaginatedReportOptionsProperty
Implements
CfnAnalysisPropsMixin.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.Mixins.Preview.AWS.QuickSight.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnAnalysisPropsMixin.TablePaginatedReportOptionsProperty : CfnAnalysisPropsMixin.ITablePaginatedReportOptionsProperty
Syntax (vb)
Public Class CfnAnalysisPropsMixin.TablePaginatedReportOptionsProperty Implements CfnAnalysisPropsMixin.ITablePaginatedReportOptionsProperty
Remarks

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

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

             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-analysis-tablepaginatedreportoptions.html#cfn-quicksight-analysis-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-analysis-tablepaginatedreportoptions.html#cfn-quicksight-analysis-tablepaginatedreportoptions-verticaloverflowvisibility

Implements

CfnAnalysisPropsMixin.ITablePaginatedReportOptionsProperty
Back to top Generated by DocFX