Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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 MapSpatialElementTemplate
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 that represents the fields that are used in a value expression.
See Also
Reference
MapSpatialElementTemplate Class
Microsoft.ReportingServices.OnDemandReportRendering Namespace