Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Gets the scope of the data cell.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Function GetDataCellScopes ( _
dataCell As IDataCell _
) As IEnumerable(Of IDataScope)
'Usage
Dim instance As DataCellScopeServiceImpl
Dim dataCell As IDataCell
Dim returnValue As IEnumerable(Of IDataScope)
returnValue = instance.GetDataCellScopes(dataCell)
public IEnumerable<IDataScope> GetDataCellScopes(
IDataCell dataCell
)
public:
virtual IEnumerable<IDataScope^>^ GetDataCellScopes(
IDataCell^ dataCell
) sealed
abstract GetDataCellScopes :
dataCell:IDataCell -> IEnumerable<IDataScope>
override GetDataCellScopes :
dataCell:IDataCell -> IEnumerable<IDataScope>
public final function GetDataCellScopes(
dataCell : IDataCell
) : IEnumerable<IDataScope>
Parameters
- dataCell
Type: Microsoft.ReportingServices.RdlObjectModel.IDataCell
The data cell.
Return Value
Type: System.Collections.Generic.IEnumerable<IDataScope>
The scope of the datac ell.