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.

请参阅

参考

Group 类

Microsoft.ReportingServices.RdlObjectModel 命名空间