DataSet.IsModifiedSincePreview Property
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Gets or sets a value that indicates whether the dataset is modified since the preview.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Property IsModifiedSincePreview As Boolean
Get
Set
'Usage
Dim instance As DataSet
Dim value As Boolean
value = instance.IsModifiedSincePreview
instance.IsModifiedSincePreview = value
public bool IsModifiedSincePreview { get; set; }
public:
property bool IsModifiedSincePreview {
bool get ();
void set (bool value);
}
member IsModifiedSincePreview : bool with get, set
function get IsModifiedSincePreview () : boolean
function set IsModifiedSincePreview (value : boolean)
Property Value
Type: System.Boolean
true if the dataset is modified since the preview; otherwise, false.