Report.IDataScope.Name Property
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.