Class PrepareQueryCompletedEventArgs
Inheritance
System.Object
PrepareQueryCompletedEventArgs
Namespace: Microsoft.SqlServer.ReportingServices2010
Assembly: BoldReports.Web.dll
Syntax
public class PrepareQueryCompletedEventArgs : AsyncCompletedEventArgs
Properties
Changed
Declaration
public bool Changed { get; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
ParameterNames
Declaration
public string[] ParameterNames { get; }
Property Value
| Type | Description |
|---|---|
| System.String[] |
Result
Declaration
public DataSetDefinition Result { get; }
Property Value
| Type | Description |
|---|---|
| DataSetDefinition |