FoldingParameters Class

Definition

Represents the folding parameters and its component.

[System.ComponentModel.TypeConverter("Microsoft.AnalysisServices.Design.FoldingParametersTypeConverter, Microsoft.AnalysisServices.Design.AS")]
[System.Runtime.InteropServices.Guid("FBE953D4-D212-49E9-8BCA-026B457914D4")]
public sealed class FoldingParameters : System.ComponentModel.Component
[<System.ComponentModel.TypeConverter("Microsoft.AnalysisServices.Design.FoldingParametersTypeConverter, Microsoft.AnalysisServices.Design.AS")>]
[<System.Runtime.InteropServices.Guid("FBE953D4-D212-49E9-8BCA-026B457914D4")>]
type FoldingParameters = class
    inherit Component
Public NotInheritable Class FoldingParameters
Inherits Component
Inheritance
FoldingParameters
Attributes

Constructors

FoldingParameters()

Properties

FoldCount

Gets or sets the exact value of folding.

FoldIndex

Gets or sets the folding index.

FoldMaxCases

Gets or sets the maximum fold cases.

FoldTargetAttribute

Gets or sets the specified target of fold.

Applies to