Свойство GaugeInputValue.Formula
Gets the type of calculation to perform on the values, if more than one is present.
Пространство имен: Microsoft.ReportingServices.OnDemandReportRendering
Сборка: Microsoft.ReportingServices.ProcessingCore (в Microsoft.ReportingServices.ProcessingCore.dll)
Синтаксис
'Декларация
Public ReadOnly Property Formula As ReportEnumProperty(Of GaugeInputValueFormulas)
Get
'Применение
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>
Значение свойства
Тип: Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<GaugeInputValueFormulas>
A ReportEnumProperty<EnumType> object.
См. также
Справочник
Пространство имен Microsoft.ReportingServices.OnDemandReportRendering