| SummaryDataProviderBuiltForTreeview Property |   | 
        
        DataPA OpenAnalytics API Reference
        
 Gets a value that indicates if this SummaryDataPrivider tailors the summary for a treeview
 
         
        Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
 Syntax
Syntaxpublic bool BuiltForTreeview { get; }Public ReadOnly Property BuiltForTreeview As Boolean
	Get
public:
virtual property bool BuiltForTreeview {
	bool get () sealed;
}function get_BuiltForTreeview();
Property Value
Type: 
BooleanTrue if this SummaryDataPrivider tailors the summary for a treeview
Return Value
Type: 
BooleanTrue if this SummaryDataPrivider tailors the summary for a treeview
 Remarks
Remarks See Also
See Also