Share via


SqlReportViewData.Format property

Gets or sets the format.

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

Syntax

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

value = instance.Format

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

Property value

Type: System.String
The format.

See also

Reference

SqlReportViewData class

SqlReportViewData members

Microsoft.PerformancePoint.Scorecards namespace