Xceed Grid for WinForms v4.3 Documentation
Xceed.Grid.Reporting.v4.3 Assembly / Xceed.Grid.Reporting Namespace / CustomizeReportStyleForm Class / StyleName Property


In This Topic
    StyleName Property
    In This Topic
    Gets the name of the report style.
    Syntax
    'Declaration
     
    Public ReadOnly Property StyleName As String
    'Usage
     
    Dim instance As CustomizeReportStyleForm
    Dim value As String
     
    value = instance.StyleName
    public string StyleName {get;}

    Property Value

    A string representing the name of the report style.
    Remarks

    The StyleName is the name of the style passed at construction of the CustomizeReportStyleForm without the extension.

    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