Table of Contents

Class DefineTableEventArgs

Namespace
combit.Reporting.DataProviders
Assembly
combit.ListLabel31.CrossPlatform.dll

Provides data for the DefineTable event.

public sealed class DefineTableEventArgs : EventArgs
Inheritance
DefineTableEventArgs
Inherited Members

Properties

Suppress

Gets or sets a value indicating whether the addition of the table should be suppressed.

public bool Suppress { get; set; }

Property Value

bool

TableName

Gets the name of the table.

public string TableName { get; }

Property Value

string

TableSchema

Gets the schema of the table.

public string TableSchema { get; }

Property Value

string