Xceed Grid for WinForms v4.3 Documentation
Xceed.Grid.v4.3 Assembly / Xceed.Grid.Reporting Namespace / RowReportStyle Class / ResetIndented Method


In This Topic
    ResetIndented Method (RowReportStyle)
    In This Topic
    Resets the value of the Indented property to its default value, true.
    Syntax
    'Declaration
     
    Public Sub ResetIndented() 
    'Usage
     
    Dim instance As RowReportStyle
     
    instance.ResetIndented()
    public void ResetIndented()
    Remarks

    Although the default value of the Indented property is true, if the Indented property has not been explicitly set, the default value of the Indented property will vary according to the type of row when the report is created.

    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also