ViewBeforeExportActions Property |
Gets the before export actions.
Namespace:
Dundas.BI.Entities.Views
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntaxpublic IList<ActionBase> BeforeExportActions { get; }Public ReadOnly Property BeforeExportActions As IList(Of ActionBase)
Get
public:
property IList<ActionBase^>^ BeforeExportActions {
IList<ActionBase^>^ get ();
}member BeforeExportActions : IList<ActionBase> with get
Property Value
Type:
IListActionBase
The ready actions.
See Also