NameChanges.Count Property
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Gets the number of name changes.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public ReadOnly Property Count As Integer
Get
'Usage
Dim instance As NameChanges
Dim value As Integer
value = instance.Count
public int Count { get; }
public:
property int Count {
int get ();
}
member Count : int
function get Count () : int
Property Value
Type: System.Int32
The number of name changes.