ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.DataVisualization.Chart Namespace / _ItemsDataSlicesAggregate Class / _toBooleanItem Method

In This Topic
    _toBooleanItem Method (_ItemsDataSlicesAggregate)
    In This Topic
    Syntax
    'Declaration
     
    Public Function _toBooleanItem( _
       ByVal dataField As IBooleanDataField, _
       ByVal items As Object _
    ) As Nullable(Of Boolean)
    public Nullable<bool> _toBooleanItem( 
       IBooleanDataField dataField,
       object items
    )

    Parameters

    dataField
    items
    See Also