Compartilhar via


Propriedade do RDL Rectangle.Name

Gets the name of rectangle.

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

Sintaxe

'Declaração
Public Overrides ReadOnly Property Name As String 
    Get
'Uso
Dim instance As Rectangle 
Dim value As String 

value = instance.Name
public override string Name { get; }
public:
virtual property String^ Name {
    String^ get () override;
}
abstract Name : string 
override Name : string
override function get Name () : String

Valor da propriedade

Tipo: System.String
A string value.

Consulte também

Referência

Rectangle Classe

Namespace Microsoft.ReportingServices.OnDemandReportRendering