Class GenerateModelCompletedEventArgs
Inheritance
System.Object
GenerateModelCompletedEventArgs
Namespace: Microsoft.SqlServer.ReportingServices2010
Assembly: BoldReports.Web.dll
Syntax
public class GenerateModelCompletedEventArgs : AsyncCompletedEventArgs
Properties
Result
Declaration
public CatalogItem Result { get; }
Property Value
| Type | Description |
|---|---|
| CatalogItem |
Warnings
Gets the warnings generated by the report processing.
Declaration
public Warning[] Warnings { get; }
Property Value
| Type | Description |
|---|---|
| Warning[] | An array of Warning objects. |