Class CreateCatalogItemCompletedEventArgs
Inheritance
System.Object
CreateCatalogItemCompletedEventArgs
Namespace: Microsoft.SqlServer.ReportingServices2010
Assembly: BoldReports.Web.dll
Syntax
public class CreateCatalogItemCompletedEventArgs : AsyncCompletedEventArgs
Properties
Result
Declaration
public CatalogItem Result { get; }
Property Value
Type | Description |
---|---|
CatalogItem |
Warnings
Declaration
public Warning[] Warnings { get; }
Property Value
Type | Description |
---|---|
Warning[] |