Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the fields that are used in the 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 ChartItemInLegend
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.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace