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.