Share via


SqlReportViewData.Section property

Gets or sets the section.

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

Syntax

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

value = instance.Section

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

Property value

Type: System.String
The section.

See also

Reference

SqlReportViewData class

SqlReportViewData members

Microsoft.PerformancePoint.Scorecards namespace