RepeaterModelDataIsParameterSelectionRequiredBeforeLoad Property

Gets or sets a value indicating whether parameters must selected before any content is generated.

Namespace:  Dundas.BI.WebApi.Models
Assembly:  Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
[DataMemberAttribute(Name = "isParameterSelectionRequiredBeforeLoad", 
	EmitDefaultValue = false)]
public bool IsParameterSelectionRequiredBeforeLoad { get; set; }

Property Value

Type: Boolean
if parameter selection is required before initial load; otherwise, .
Remarks
This property has no effect if there are no parameter adapters or if default parameter values are provided to the view by the query string.
See Also