Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Type of calculation to perform on the values, if more than one is present.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Property Formula As ReportExpression(Of FormulaTypes)
Get
Set
'Usage
Dim instance As GaugeInputValue
Dim value As ReportExpression(Of FormulaTypes)
value = instance.Formula
instance.Formula = value
public ReportExpression<FormulaTypes> Formula { get; set; }
public:
property ReportExpression<FormulaTypes> Formula {
ReportExpression<FormulaTypes> get ();
void set (ReportExpression<FormulaTypes> value);
}
member Formula : ReportExpression<FormulaTypes> with get, set
function get Formula () : ReportExpression<FormulaTypes>
function set Formula (value : ReportExpression<FormulaTypes>)
Property Value
Type: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<FormulaTypes>
A ReportExpression<T> object.