UNPKG

@progress/telerik-common-report-viewer

Version:

Common code for Progress® Telerik® Report Viewer

18 lines (17 loc) 432 B
import { ParameterValue } from './'; export declare class ParameterInfo { name: string; type: string; text: string; multivalue: boolean; allowNull: boolean; allowBlank: boolean; isVisible: boolean; autoRefresh: boolean; hasChildParameters: boolean; childParameters: ParameterInfo[]; availableValues: ParameterValue[]; value: any; id: string; label: string; }