Share via


CustomDataSourceProvider.GetPreviewDataSet Method (Microsoft.PerformancePoint.Scorecards.Extensions)

Gets a dataset to preview.

Namespace: Microsoft.PerformancePoint.Scorecards.Extensions
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in microsoft.performancepoint.scorecards.client.dll)

Syntax

'Declaration
Public MustOverride Function GetPreviewDataSet ( _
    maxRecords As Integer _
) As DataSet
'Usage
Dim instance As CustomDataSourceProvider
Dim maxRecords As Integer
Dim returnValue As DataSet

returnValue = instance.GetPreviewDataSet(maxRecords)
public abstract DataSet GetPreviewDataSet (
    int maxRecords
)

Parameters

  • maxRecords
    The maximum number of records to retrieve.

Return Value

A dataset with the preview data, up to the maximum number of records.

See Also

Reference

CustomDataSourceProvider Class
CustomDataSourceProvider Members
Microsoft.PerformancePoint.Scorecards.Extensions Namespace