[This is preliminary documentation and is subject to change.]
Returns workflow statuses based on the application Id. (used in rdl reports)
Namespace:
OfficeClip.DBLayer.FrameworkAssembly: OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0
Syntax
| C# |
|---|
public DataSet GetWorkflowActionsForRdlc( int appIDValue ) |
| Visual Basic (Declaration) |
|---|
Public Function GetWorkflowActionsForRdlc ( _ appIDValue As Integer _ ) As DataSet |
| Visual C++ |
|---|
public: DataSet^ GetWorkflowActionsForRdlc( int appIDValue ) |
Parameters
- appIDValue
- Type: System..::.Int32
Unique Application Id
