combit List & Label 30 - .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.


SetUsedRelations Method
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) _
) 
 

Parameters

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

See Also