ChartStripLine.FieldsUsedInValueExpression Property

Gets the fields that are used in a value expression.

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

Syntax

'Declaration
Public ReadOnly Property FieldsUsedInValueExpression As List(Of String)
    Get
'Usage
Dim instance As ChartStripLine
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>

Property Value

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