combit List & Label 29 - .NET Help
combit.Reporting Namespace / LlCore Class / LlPrintIsChartFieldUsed Method

chart field name



In This Topic
    LlPrintIsChartFieldUsed Method
    In This Topic

    Informs whether the given chart field from the loaded project is used in one of the expressions or conditions of the project.

    You usually don't need to care about used identifiers, the data binding automatically handles the calls for you. When working database independent, it is preferable to use the "IsUsed" property of a member of the Variables collection and it's counterparts for fields and chart fields.

    Syntax
    'Declaration
     
    
    Public Function LlPrintIsChartFieldUsed( _
       ByVal name As String _
    ) As Boolean
    public bool LlPrintIsChartFieldUsed( 
       string name
    )
    public:
    bool LlPrintIsChartFieldUsed( 
       String^ name
    ) 

    Parameters

    name

    chart field name

    Return Value

    Value Meaning
    true

    Chart field is used

    false

    Chart field is not used

    Requirements

    Platforms: Windows 10 (Version 21H2 - 23H2), Windows 11 (21H2 - 22H2), Windows Server 2016 - 2022
    .NET: .NET Framework 4.8, .NET 6, .NET 7, .NET 8

    See Also