Proprietà ChartLegendCustomItemCell.FieldsUsedInValueExpression
Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.
Gets a list of strings that corresponds to the fields used in value expression.
Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property FieldsUsedInValueExpression As List(Of String)
Get
'Utilizzo
Dim instance As ChartLegendCustomItemCell
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>
Valore proprietà
Tipo: System.Collections.Generic.List<String>
A List<T> object that represents a list of strings that corresponds to the fields used in value expression.
Vedere anche
Riferimento
ChartLegendCustomItemCell Classe
Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering