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.
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Gets a list of strings that corresponds to the fields used in 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 ChartLegendCustomItem
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<T> object that represents a list of strings that corresponds to the fields used in value expression.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace