Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.
Gets or sets a value that indicates whether the data source is shared.
Espacio de nombres: Microsoft.ReportingServices.RdlObjectModel
Ensamblado: Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)
Sintaxis
'Declaración
Public Property IsShared As Boolean
Get
Set
'Uso
Dim instance As DataSource
Dim value As Boolean
value = instance.IsShared
instance.IsShared = value
public bool IsShared { get; set; }
public:
property bool IsShared {
bool get ();
void set (bool value);
}
member IsShared : bool with get, set
function get IsShared () : boolean
function set IsShared (value : boolean)
Valor de la propiedad
Tipo: System.Boolean
true if the data source is shared; otherwise, false.
Vea también
Referencia
Espacio de nombres Microsoft.ReportingServices.RdlObjectModel