combit List & Label 29 - .NET Help
combit.Reporting.DataProviders Namespace / ICanHandleUsedRelations Interface / SetUsedRelations Method
A collection of relation names that are used in the project about to be printed.


In This Topic
    SetUsedRelations Method
    In This Topic
    This method is called by List & Label to set the relations used in a project that is about to be printed. You may cache this information in your own data provider in order to e.g. optimize your queries.
    Syntax
    'Declaration
     
    
    Sub SetUsedRelations( _
       ByVal relations As ReadOnlyCollection(Of String) _
    ) 
    void SetUsedRelations( 
       ReadOnlyCollection<string> relations
    )
    void SetUsedRelations( 
       ReadOnlyCollection<String^>^ relations
    ) 

    Parameters

    relations
    A collection of relation names that are used in the project about to be printed.
    Requirements

    See Also