共用方式為


ChartLegendCustomItem.FieldsUsedInValueExpression 屬性

此 API 支援 SQL Server 2012 基礎結構,但無法直接從您的程式碼使用。

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

命名空間:  Microsoft.ReportingServices.OnDemandReportRendering
組件:  Microsoft.ReportingServices.ProcessingCore (在 Microsoft.ReportingServices.ProcessingCore.dll 中)

語法

'宣告
Public ReadOnly Property FieldsUsedInValueExpression As List(Of String)
    Get
'用途
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>

屬性值

型別:System.Collections.Generic.List<String>
A List<T> object that represents a list of strings that corresponds to the fields used in value expression.

請參閱

參考

ChartLegendCustomItem 類別

Microsoft.ReportingServices.OnDemandReportRendering 命名空間