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
TableName
Gets the name of the table.
public string TableName { get; }
Property Value
TableSchema
Gets the schema of the table.
public string TableSchema { get; }