Class CreateItemHistorySnapshotCompletedEventArgs
Inheritance
System.Object
CreateItemHistorySnapshotCompletedEventArgs
Namespace: Microsoft.SqlServer.ReportingServices2010
Assembly: BoldReports.Web.dll
Syntax
public class CreateItemHistorySnapshotCompletedEventArgs : AsyncCompletedEventArgs
Properties
Result
Gets the result of the operation, ensuring that any necessary exceptions are raised before accessing the result.
Declaration
public string Result { get; }
Property Value
| Type | Description |
|---|---|
| System.String | A System.String representing the result of the operation. |
Warnings
Gets the warnings generated by the report processing.
Declaration
public Warning[] Warnings { get; }
Property Value
| Type | Description |
|---|---|
| Warning[] | An array of Warning objects. |