Partilhar via


Propriedade do RDL DomainScope

The domain scope of the group.

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (em Microsoft.ReportingServices.Designer.Controls.dll)

Sintaxe

'Declaração
Public Property DomainScope As String
    Get
    Set
'Uso
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)

Valor da propriedade

Tipo: System. . :: . .String
A string value.