Свойство Group.DomainScope
Gets or sets the domain scope of the group.
Пространство имен: Microsoft.ReportingServices.RdlObjectModel
Сборка: Microsoft.ReportingServices.Designer.Controls (в Microsoft.ReportingServices.Designer.Controls.dll)
Синтаксис
'Декларация
Public Property DomainScope As String
Get
Set
'Применение
Dim instance As Group
Dim value As String
value = instance.DomainScope
instance.DomainScope = value
public string DomainScope { get; set; }
public:
property String^ DomainScope {
String^ get ();
void set (String^ value);
}
member DomainScope : string with get, set
function get DomainScope () : String
function set DomainScope (value : String)
Значение свойства
Тип: System.String
The domain scope of the group.
См. также
Справочник
Пространство имен Microsoft.ReportingServices.RdlObjectModel