Name 속성
Gets the name of rectangle.
네임스페이스: Microsoft.ReportingServices.OnDemandReportRendering
어셈블리: Microsoft.ReportingServices.ProcessingCore(Microsoft.ReportingServices.ProcessingCore.dll)
구문
‘선언
Public Overrides ReadOnly Property Name As String
Get
‘사용 방법
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
속성 값
유형: System. . :: . .String
A string value.