Partager via


Propriété ChartLegendColumn.FieldsUsedInValueExpression

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

Gets a list of strings that corresponds to the fields used in 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 ChartLegendColumn 
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 that represents a list of strings that corresponds to the fields used in value expression.

Voir aussi

Référence

ChartLegendColumn Classe

Espace de noms Microsoft.ReportingServices.OnDemandReportRendering