Walkthrough: Calculating Work in Process for a Job

With jobs, you can schedule the usage of your company’s resources and keep track of the various costs associated with the usage of resources on a specific project. Jobs involve the consumption of employee hours, machine hours, inventory items, and other types of usage that have to be tracked as a job progresses.

Bron : MSDN
Lees meer…

How to: Redesign Section Triggers that Calculate Percentage

On some reports that show percentages, the function that calculates the percentage is on one or more section triggers. In client report definition (RDLC) report layouts, code on section triggers is not supported. You must add a function to the report to calculate the percentage and modify fields in the Report.rdlc file so that they call the function. For example, in the standard application, report 113, Customer/Item Sales, uses the CalcPct function to calculate profit percentages.

Bron : MSDN
Lees meer…