Partager via


Propriété ChartDataLabel.FieldsUsedInValueExpression

Gets the list of fields that are used in the value expression.

Espace de noms :  Microsoft.ReportingServices.OnDemandReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Public ReadOnly Property FieldsUsedInValueExpression As List(Of String)
    Get
'Utilisation
Dim instance As ChartDataLabel 
Dim value As List(Of String)

value = instance.FieldsUsedInValueExpression
public List<string> FieldsUsedInValueExpression { get; }
public:
virtual property List<String^>^ FieldsUsedInValueExpression {
    List<String^>^ get () sealed;
}
abstract FieldsUsedInValueExpression : List<string>
override FieldsUsedInValueExpression : List<string>
final function get FieldsUsedInValueExpression () : List<String>

Valeur de propriété

Type : System.Collections.Generic.List<String>
A List<T> object.

Voir aussi

Référence

ChartDataLabel Classe

Espace de noms Microsoft.ReportingServices.OnDemandReportRendering