Report "Calc. Inventory Value - Test"

ID 5811
Namespace: Microsoft.Inventory.Reports

Properties

Name Value
DefaultLayout RDLC
RDLCLayout ./Inventory/Reports/CalcInventoryValueTest.rdlc
Caption Calc. Inventory Value - Test
DefaultLayout RDLC
RDLCLayout ./Inventory/Reports/CalcInventoryValueTest.rdlc
Caption Calc. Inventory Value - Test

Methods

InitializeRequest

Obsolete

This element will become obsolete from version 24.0. Replaced by procedure SetParameters()

[Obsolete(Replaced by procedure SetParameters(),24.0)]
procedure InitializeRequest(NewPostingDate: Date, NewCalculatePer: Option, NewByLocation: Boolean, NewByVariant: Boolean, NewCalcBase: Option)

Parameters

Name Type Description
NewPostingDate Date
NewCalculatePer Option
NewByLocation Boolean
NewByVariant Boolean
NewCalcBase Option

SetParameters

procedure SetParameters(NewPostingDate: Date, NewCalculatePer: Enum "Inventory Value Calc. Per", NewByLocation: Boolean, NewByVariant: Boolean, NewCalcBase: Enum "Inventory Value Calc. Base")

Parameters

Name Type Description
NewPostingDate Date
NewCalculatePer Microsoft.Inventory.Costing."Inventory Value Calc. Per"
NewByLocation Boolean
NewByVariant Boolean
NewCalcBase Microsoft.Inventory.Costing."Inventory Value Calc. Base"

See also