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; }
<DataMemberAttribute(Name := "isParameterSelectionRequiredBeforeLoad",
EmitDefaultValue := false)>
Public Property IsParameterSelectionRequiredBeforeLoad As Boolean
Get
Set
public:
[DataMemberAttribute(Name = L"isParameterSelectionRequiredBeforeLoad",
EmitDefaultValue = false)]
property bool IsParameterSelectionRequiredBeforeLoad {
bool get ();
void set (bool value);
}
[<DataMemberAttribute(Name = "isParameterSelectionRequiredBeforeLoad",
EmitDefaultValue = false)>]
member IsParameterSelectionRequiredBeforeLoad : bool with 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