GridTooLargeForExportToExcelException.NumberOfBytesSuccessfullyAssembled Property
Gets or sets the number of bytes successfully assembled.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
Public Property NumberOfBytesSuccessfullyAssembled As Integer
Get
Set
'Usage
Dim instance As GridTooLargeForExportToExcelException
Dim value As Integer
value = instance.NumberOfBytesSuccessfullyAssembled
instance.NumberOfBytesSuccessfullyAssembled = value
public int NumberOfBytesSuccessfullyAssembled { get; set; }
Property Value
Type: System.Int32
The number of bytes successfully assembled.
See Also
Reference
GridTooLargeForExportToExcelException Class