Campo ReportExpression.FieldProperties.All
Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.
Specifies all properties.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (em Microsoft.ReportingServices.Designer.Controls.dll)
Sintaxe
'Declaração
Public Shared ReadOnly All As ReadOnlyCollection(Of String)
'Uso
Dim value As ReadOnlyCollection(Of String)
value = ReportExpression.FieldProperties.All
public static readonly ReadOnlyCollection<string> All
public:
static initonly ReadOnlyCollection<String^>^ All
static val All: ReadOnlyCollection<string>
public static final var All : ReadOnlyCollection<String>