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.
Gets or sets the value that indicates whether the datasets that use this data source run in a single transaction.
Espacio de nombres: Microsoft.ReportingServices.RdlObjectModel
Ensamblado: Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)
Sintaxis
'Declaración
Public Property Transaction As Boolean
Get
Set
'Uso
Dim instance As DataSource
Dim value As Boolean
value = instance.Transaction
instance.Transaction = value
public bool Transaction { get; set; }
public:
property bool Transaction {
bool get ();
void set (bool value);
}
member Transaction : bool with get, set
function get Transaction () : boolean
function set Transaction (value : boolean)
Valor de la propiedad
Tipo: System.Boolean
true if the datasets that use this data source run in a single transaction, otherwise, false.
Vea también
Referencia
Espacio de nombres Microsoft.ReportingServices.RdlObjectModel