Share via


SqlReportViewData.DocMapId property

Gets or sets the identifier of the DocMap.

Namespace:  Microsoft.PerformancePoint.Scorecards
Assembly:  Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)

Syntax

'Declaration
Public Property DocMapId As String
    Get
    Set
'Usage
Dim instance As SqlReportViewData
Dim value As String

value = instance.DocMapId

instance.DocMapId = value
public string DocMapId { get; set; }

Property value

Type: System.String
The identifier of the DocMap.

See also

Reference

SqlReportViewData class

SqlReportViewData members

Microsoft.PerformancePoint.Scorecards namespace