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.
Gets the type of calculation to perform on the values, if more than one is present.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property Formula As ReportEnumProperty(Of GaugeInputValueFormulas)
Get
'Usage
Dim instance As GaugeInputValue
Dim value As ReportEnumProperty(Of GaugeInputValueFormulas)
value = instance.Formula
public ReportEnumProperty<GaugeInputValueFormulas> Formula { get; }
public:
property ReportEnumProperty<GaugeInputValueFormulas>^ Formula {
ReportEnumProperty<GaugeInputValueFormulas>^ get ();
}
member Formula : ReportEnumProperty<GaugeInputValueFormulas>
function get Formula () : ReportEnumProperty<GaugeInputValueFormulas>
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<GaugeInputValueFormulas>
A ReportEnumProperty<EnumType> object.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace