Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Rdl.Rdl2008 Namespace / DataSource Class / Transaction Property

In This Topic
    Transaction Property (DataSource)
    In This Topic
    Gets or sets a value indicating whether the data sets that use this data source should be executed in a single transaction.

    The default is false.

    Syntax
    'Declaration
     
    Public Property Transaction As Boolean
    public bool Transaction {get; set;}
    See Also