ViewDataBeforeExportActions Property |
Gets the before export actions.
Namespace:
Dundas.BI.WebApi.Models
Assembly:
Dundas.BI.WebApi (in Dundas.BI.WebApi.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntax[DataMemberAttribute(Name = "beforeExportActions", EmitDefaultValue = false)]
public IList<ActionData> BeforeExportActions { get; }<DataMemberAttribute(Name := "beforeExportActions", EmitDefaultValue := false)>
Public ReadOnly Property BeforeExportActions As IList(Of ActionData)
Get
public:
[DataMemberAttribute(Name = L"beforeExportActions", EmitDefaultValue = false)]
property IList<ActionData^>^ BeforeExportActions {
IList<ActionData^>^ get ();
}[<DataMemberAttribute(Name = "beforeExportActions", EmitDefaultValue = false)>]
member BeforeExportActions : IList<ActionData> with get
Property Value
Type:
IListActionData
The ready actions.
See Also