Class RegenerateModelCompletedEventArgs
Inheritance
System.Object
RegenerateModelCompletedEventArgs
Namespace: Microsoft.SqlServer.ReportingServices2010
Assembly: BoldReports.Web.dll
Syntax
public class RegenerateModelCompletedEventArgs : AsyncCompletedEventArgs
Properties
Result
Gets or sets the warnings associated with the operation result.
Declaration
public Warning[] Result { get; }
Property Value
| Type | Description |
|---|---|
| Warning[] | An array of Warning objects that represent any warnings generated by the operation. |