Class SetItemDefinitionCompletedEventArgs
Inheritance
System.Object
SetItemDefinitionCompletedEventArgs
Namespace: Microsoft.SqlServer.ReportingServices2010
Assembly: BoldReports.Web.dll
Syntax
public class SetItemDefinitionCompletedEventArgs : 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. |