Partilhar via


Propriedade do RDL CustomProperty.Name

Name of the custom property.

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxe

'Declaração
Public ReadOnly Property Name As ReportStringProperty 
    Get
'Uso
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

Valor da propriedade

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

Consulte também

Referência

CustomProperty Classe

Namespace Microsoft.ReportingServices.OnDemandReportRendering