Proprietà Group.DomainScope
Gets or sets the domain scope of the group.
Spazio dei nomi Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Sintassi
'Dichiarazione
Public Property DomainScope As String
Get
Set
'Utilizzo
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)
Valore proprietà
Tipo: System.String
The domain scope of the group.