ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Rendering.Components Namespace / StyleProgram Class / LeftBorderStyleValue Method

In This Topic
    LeftBorderStyleValue Method
    In This Topic
    Syntax
    'Declaration
     
    Public Function LeftBorderStyleValue( _
       ByVal scope As IDataScopeInternal _
    ) As Nullable(Of BorderDrawingStyle)
    public Nullable<BorderDrawingStyle> LeftBorderStyleValue( 
       IDataScopeInternal scope
    )

    Parameters

    scope
    See Also