Class ActiveState
Inheritance
Namespace: Microsoft.SqlServer.ReportingServices2010
Assembly: BoldReports.Web.dll
Syntax
public class ActiveState : Object
Constructors
ActiveState()
Declaration
public ActiveState()
Properties
DeliveryExtensionRemoved
Indicates if the delivery extension has been removed.
Declaration
public bool DeliveryExtensionRemoved { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean | Boolean value indicating removal status of the delivery extension. |
DeliveryExtensionRemovedSpecified
Specifies whether the removal status of the delivery extension is specified.
Declaration
public bool DeliveryExtensionRemovedSpecified { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean | Boolean value indicating if removal status is specified. |
DisabledByUser
Indicates if the process is disabled by the user.
Declaration
public bool DisabledByUser { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean | Boolean value indicating if process is disabled by the user. |
DisabledByUserSpecified
Specifies whether the disabled status by the user is specified.
Declaration
public bool DisabledByUserSpecified { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean | Boolean value indicating if disabled status by the user is specified. |
InvalidParameterValue
Indicates if a parameter value is invalid.
Declaration
public bool InvalidParameterValue { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean | Boolean value indicating status of an invalid parameter value. |
InvalidParameterValueSpecified
Specifies whether the invalid parameter value status is specified.
Declaration
public bool InvalidParameterValueSpecified { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean | Boolean value indicating if invalid parameter value status is specified. |
MissingParameterValue
Indicates if a parameter value is missing.
Declaration
public bool MissingParameterValue { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean | Boolean value indicating the presence of missing parameter value. |
MissingParameterValueSpecified
Specifies whether the missing parameter value status is specified.
Declaration
public bool MissingParameterValueSpecified { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean | Boolean value indicating if missing parameter value status is specified. |
SharedDataSourceRemoved
Indicates if the shared data source has been removed.
Declaration
public bool SharedDataSourceRemoved { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean | Boolean value indicating removal status of the shared data source. |
SharedDataSourceRemovedSpecified
Specifies whether the removal status of the shared data source is specified.
Declaration
public bool SharedDataSourceRemovedSpecified { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean | Boolean value indicating if removal status is specified. |
UnknownReportParameter
Indicates if a report parameter is unknown.
Declaration
public bool UnknownReportParameter { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean | Boolean value indicating status of an unknown report parameter. |
UnknownReportParameterSpecified
Specifies whether the unknown report parameter status is specified.
Declaration
public bool UnknownReportParameterSpecified { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean | Boolean value indicating if unknown report parameter status is specified. |