Campo ReportExpression.UserProperties.All

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

Specifies all properties.

Spazio dei nomi  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Sintassi

'Dichiarazione
Public Shared ReadOnly All As ReadOnlyCollection(Of String)
'Utilizzo
Dim value As ReadOnlyCollection(Of String)

value = ReportExpression.UserProperties.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>

Vedere anche

Riferimento

ReportExpression.UserProperties Classe

Spazio dei nomi Microsoft.ReportingServices.RdlObjectModel