Propriété Name
Gets the name of rectangle.
Espace de noms : Microsoft.ReportingServices.OnDemandReportRendering
Assembly : Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Syntaxe
'Déclaration
Public Overrides ReadOnly Property Name As String
Get
'Utilisation
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
Valeur de propriété
Type : System. . :: . .String
A string value.
Voir aussi