Compartilhar via


Propriedade do RDL ChartLegendColumn.FieldsUsedInValueExpression

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

Gets a list of strings that corresponds to the fields used in value expression.

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxe

'Declaração
Public ReadOnly Property FieldsUsedInValueExpression As List(Of String)
    Get
'Uso
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>

Valor da propriedade

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.

Consulte também

Referência

ChartLegendColumn Classe

Namespace Microsoft.ReportingServices.OnDemandReportRendering