共用方式為


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 命名空間