Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the name of this object.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Private ReadOnly Property Name As String
Implements IDataScope.Name
Get
'Usage
Dim instance As Report
Dim value As String
value = CType(instance, IDataScope).Name
string IDataScope.Name { get; }
private:
virtual property String^ Name {
String^ get () sealed = IDataScope::Name::get;
}
private abstract Name : string
private override Name : string
JScript supports the use of explicit interface implementations, but not the declarations of new ones.
Property Value
Type: System.String
The name of this object.