DataAction Class |
Namespace: Dundas.BI.Entities.Views
The DataAction type exposes the following members.
Name | Description | |
---|---|---|
![]() | DataAction |
Initializes a new instance of the DataAction class.
|
Name | Description | |
---|---|---|
![]() | ActionTarget |
Gets or sets how the target opens when navigated to.
|
![]() | ActionType |
Gets the action type.
(Inherited from ActionBase.) |
![]() | BoundVisual |
Gets or sets the bound visual.
|
![]() | FriendlyName |
Gets or sets the friendly name.
(Inherited from ActionBase.) |
![]() | Id |
Gets or sets the ID.
(Inherited from ActionBase.) |
![]() | MetricSetBindingId |
Gets or sets the ID of the metric set binding that this data action is associated with.
|
![]() | Name |
Gets or sets the name.
(Inherited from ActionBase.) |
![]() | NavigateType |
Gets or sets the type of the navigation for the data action.
|
![]() | ParameterMappings |
Gets the parameter mappings.
|
![]() | PlaceholderAsUrl |
Gets or sets a value indicating whether the placeholder should be treated as a full URL instead of just a query string portion
of the URL. This means that encoding will not be applied, which allows values like "http://somesite.com/" to be used as a value,
or "http://[placeholder]" where placeholder is a valid URL.
|
![]() | TargetObjectId |
Gets or sets the ID of the target object.
|
![]() | TargetObjectType |
Gets or sets the type of the target object.
|
![]() | TargetUrl |
Gets or sets the target URL.
|
![]() | UseFilterValueCaption |
Gets or sets a value indicating whether the filter caption should be used instead of the unique name.
This only applies for URL navigation.
|
![]() | UseTargetInitialViewOptions |
Gets or sets a value indicating whether the target view's initial view options should be used.
By default, full-screen is always used when a navigation or other action occurs which targets a view.
|