Condividi tramite


Proprietà CustomProperty.Name

Name of the custom property.

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

Sintassi

'Dichiarazione
Public ReadOnly Property Name As ReportStringProperty 
    Get
'Utilizzo
Dim instance As CustomProperty 
Dim value As ReportStringProperty 

value = instance.Name
public ReportStringProperty Name { get; }
public:
property ReportStringProperty^ Name {
    ReportStringProperty^ get ();
}
member Name : ReportStringProperty
function get Name () : ReportStringProperty

Valore proprietà

Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ReportStringProperty
A ReportStringProperty object.

Vedere anche

Riferimento

CustomProperty Classe

Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering