Propriété Formula
Type of calculation to perform on the values, if more than one is present.
Espace de noms : Microsoft.ReportingServices.OnDemandReportRendering
Assembly : Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Syntaxe
'Déclaration
Public ReadOnly Property Formula As ReportEnumProperty(Of GaugeInputValueFormulas)
Get
'Utilisation
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>
Valeur de propriété
Type : Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ReportEnumProperty< (Of < ( <'GaugeInputValueFormulas> ) > ) >
A ReportEnumProperty<(Of <(<'EnumType>)>)> object.
Voir aussi