Condividi tramite


Classe CustomProperty

A custom property for a report, report item, or group. This class cannot be inherited.

Gerarchia di ereditarietà

System.Object
  Microsoft.ReportingServices.ReportRendering.CustomProperty

Spazio dei nomi  Microsoft.ReportingServices.ReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Sintassi

'Dichiarazione
Public NotInheritable Class CustomProperty
'Utilizzo
Dim instance As CustomProperty
public sealed class CustomProperty
public ref class CustomProperty sealed
[<SealedAttribute>]
type CustomProperty =  class end
public final class CustomProperty

Nel tipo CustomProperty sono esposti i membri seguenti.

Costruttori

  Nome Descrizione
Metodo pubblico CustomProperty Constructs a CustomProperty object.

In alto

Proprietà

  Nome Descrizione
Proprietà pubblica Name Returns the name of the custom property.
Proprietà pubblica Value Returns the value of the custom property.

In alto

Metodi

  Nome Descrizione
Metodo pubblico Equals Ereditato da Object.
Metodo pubblico GetHashCode Ereditato da Object.
Metodo pubblico GetType Ereditato da Object.
Metodo pubblico ToString Ereditato da Object.

In alto

Osservazioni

An expression-based Name or Value that is contained within a CustomData object with no data evaluates to nullriferimento Null (Nothing in Visual Basic)..

Custom properties with expressions that need to be evaluated even when there are no rows should be placed in the CustomReportItem.

Protezione dei thread

I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.

Vedere anche

Riferimento

Spazio dei nomi Microsoft.ReportingServices.ReportRendering