RepeaterModelIsParameterSelectionRequiredBeforeLoad Property |
Gets or sets a value indicating whether parameters must selected before any content is generated.
Namespace:
Dundas.BI.Entities.Views
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax public bool IsParameterSelectionRequiredBeforeLoad { get; set; }
Public Property IsParameterSelectionRequiredBeforeLoad As Boolean
Get
Set
public:
property bool IsParameterSelectionRequiredBeforeLoad {
bool get ();
void set (bool value);
}
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