Dynamic Cube View Service Type
This service type enables you to manipulate Cube View formatting and data at runtime by modifying the CubeViewItem object. Create a Dynamic Cube View Service type assembly file after the Service Factory has been created. The following example is a Service Factory file with the case statement for Dynamic Cube Views uncommented. See Implementing Dynamic Cube View Services.
Given the changes in the code, configure the assembly file in the following way from the Add File window:
-
In the File Name field, enter a file name.
-
From the Source Code Type drop-down menu, select Dynamic Cube View Service.
-
From the Compiler Action drop-down menu, select a compiler action. You can choose to Compile or Disable the file. Selecting Disable ignores the file when the assembly is compiled. (Use Default) is the same as Compile.
NOTE: The file name should match the return function in the Service Factory file.