FeedPreviewData Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the preview of the data feed that is used as a source for the alert definition.
public ref class FeedPreviewData : System::ComponentModel::INotifyPropertyChanged, System::Runtime::Serialization::IExtensibleDataObject
[System.CodeDom.Compiler.GeneratedCode("System.Runtime.Serialization", "4.0.0.0")]
[System.Diagnostics.DebuggerStepThrough]
[System.Runtime.Serialization.DataContract(Name="FeedPreviewData", Namespace="http://schemas.datacontract.org/2004/07/Microsoft.ReportingServices.Alerting.ServiceContract")]
[System.Serializable]
public class FeedPreviewData : System.ComponentModel.INotifyPropertyChanged, System.Runtime.Serialization.IExtensibleDataObject
[<System.CodeDom.Compiler.GeneratedCode("System.Runtime.Serialization", "4.0.0.0")>]
[<System.Diagnostics.DebuggerStepThrough>]
[<System.Runtime.Serialization.DataContract(Name="FeedPreviewData", Namespace="http://schemas.datacontract.org/2004/07/Microsoft.ReportingServices.Alerting.ServiceContract")>]
[<System.Serializable>]
type FeedPreviewData = class
interface IExtensibleDataObject
interface INotifyPropertyChanged
Public Class FeedPreviewData
Implements IExtensibleDataObject, INotifyPropertyChanged
- Inheritance
-
FeedPreviewData
- Attributes
- Implements
Constructors
| FeedPreviewData() |
Initializes a new instance of the FeedPreviewData class. |
Properties
| ColumnName |
Gets or sets the name of the column. |
| ColumnNumber |
Gets or sets the number of a column in the data feed. |
| ColumnValue |
Gets or sets the value in the column. |
| ExtensionData |
Gets or sets an object that contains extra data. |
| RowNumber |
Gets or sets the number of a row in the data feed. |
Methods
| RaisePropertyChanged(String) |
Raises the PropertyChanged event for the specified property. |
Events
| PropertyChanged |
Occurs when the property value changes. |